Run vms/vms_yfix.pl, should have done that after changing
[p5sagit/p5-mst-13.2.git] / t / lib / gol-basic.t
index 351bbc8..c5d857d 100755 (executable)
@@ -6,9 +6,9 @@ BEGIN {
 }
 
 use Getopt::Long qw(:config no_ignore_case);
-die("Getopt::Long version 2.23_03 required--this is only version ".
+die("Getopt::Long version 2.24 required--this is only version ".
     $Getopt::Long::VERSION)
-  unless $Getopt::Long::VERSION >= 2.23_03;
+  unless $Getopt::Long::VERSION >= 2.24;
 
 print "1..9\n";