X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2F17-ctl.t;h=ef1be224438280d5825de3fc9b8df7b002252d66;hb=78d307d30a1fa82e6b8e7ba95c617d9b87eb4d45;hp=c32d7f1556d182d274d792de8736ae884b4dcc64;hpb=de835bf83e502c2787cbf91fcd99d1961179f4d9;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/17-ctl.t b/t/17-ctl.t index c32d7f1..ef1be22 100644 --- a/t/17-ctl.t +++ b/t/17-ctl.t @@ -272,7 +272,7 @@ use Variable::Magic qw; BEGIN { cast %::, wizard fetch => sub { die my $suffix = "\nExecution(?s:.*)"; if ("$]" >= 5.017) { $suffix = "(?:\nsalsify at -e line \\d+.){16}" . $suffix; - } elsif ("$]" >= 5.011005) { + } elsif ("$]" >= 5.011_005) { $suffix = "(?:\nsalsify at -e line \\d+.){12}" . $suffix; } elsif ("$]" >= 5.011) { $suffix = "(?:\nsalsify at -e line \\d+.){3}" . $suffix;