Remove duplicately applied patch shards.
[p5sagit/p5-mst-13.2.git] / t / lib / gol-oo.t
index 106d54f..b344e4c 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
 use Getopt::Long;
 die("Getopt::Long version 2.23_03 required--this is only version ".
     $Getopt::Long::VERSION)
-  unless $Getopt::Long::VERSION ge "2.23_03";
+  unless $Getopt::Long::VERSION >= 2.23_03;
 print "1..9\n";
 
 @ARGV = qw(-Foo -baR --foo bar);