Retract #8552.
[p5sagit/p5-mst-13.2.git] / t / lib / gol-basic.t
index 6707ef1..c5d857d 100755 (executable)
@@ -2,13 +2,13 @@
 
 BEGIN {
     chdir('t') if -d 't';
-    unshift @INC, '../lib';
+    @INC = '../lib';
 }
 
 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 ge "2.23_03";
+  unless $Getopt::Long::VERSION >= 2.24;
 
 print "1..9\n";