X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F17-ctl.t;h=ef1be224438280d5825de3fc9b8df7b002252d66;hb=d67d5aa3c48466b4302b1e9be9fe31e032ca48f2;hp=c32d7f1556d182d274d792de8736ae884b4dcc64;hpb=b1fbb291568b303ad0f9fd3962b806da9154bb7b;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;