p4raw-id: //depot/perl@6697
require 5.004;
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
- $VERSION = "2.23_05";
+ $VERSION = 2.23_05;
@ISA = qw(Exporter);
@EXPORT = qw(&GetOptions $REQUIRE_ORDER $PERMUTE $RETURN_IN_ORDER);
use Getopt::Long qw(:config no_ignore_case);
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";
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);