]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/17-ctl.t
Cleaner version numbers
[perl/modules/Variable-Magic.git] / t / 17-ctl.t
index c32d7f1556d182d274d792de8736ae884b4dcc64..ef1be224438280d5825de3fc9b8df7b002252d66 100644 (file)
@@ -272,7 +272,7 @@ use Variable::Magic qw<wizard cast>; 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;