X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F17-ctl.t;h=ef1be224438280d5825de3fc9b8df7b002252d66;hb=d67d5aa3c48466b4302b1e9be9fe31e032ca48f2;hp=31bab6668cfdd5b530cde71542f5d86994f215bc;hpb=3e2559bcd9ca00ce63c1d5b8d05defbdb9b71e7a;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/17-ctl.t b/t/17-ctl.t index 31bab66..ef1be22 100644 --- a/t/17-ctl.t +++ b/t/17-ctl.t @@ -270,7 +270,9 @@ use Variable::Magic qw; BEGIN { cast %::, wizard fetch => sub { die CODE skip 'Test code didn\'t run properly' => $count unless defined $output; my $suffix = "\nExecution(?s:.*)"; - if ("$]" >= 5.011005) { + if ("$]" >= 5.017) { + $suffix = "(?:\nsalsify at -e line \\d+.){16}" . $suffix; + } elsif ("$]" >= 5.011_005) { $suffix = "(?:\nsalsify at -e line \\d+.){12}" . $suffix; } elsif ("$]" >= 5.011) { $suffix = "(?:\nsalsify at -e line \\d+.){3}" . $suffix;