diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 13:35:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 13:35:57 +0000 |
commit | c3d5f6091c78d2ee74b393e25c2d7898a77f0cc8 (patch) | |
tree | 13497122c1a9f3dc77fad2afb7bff0b7e0dfa17d /lib/Getopt/Long.pm | |
parent | c567402153be05de9e4e6ef0b23195e50431c6d8 (diff) | |
download | perl-c3d5f6091c78d2ee74b393e25c2d7898a77f0cc8.tar.gz |
Tiny Getopt::Long patch from Johan Vromans.
p4raw-id: //depot/perl@6697
Diffstat (limited to 'lib/Getopt/Long.pm')
-rw-r--r-- | lib/Getopt/Long.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Getopt/Long.pm b/lib/Getopt/Long.pm index 7c64c88725..b3d462246b 100644 --- a/lib/Getopt/Long.pm +++ b/lib/Getopt/Long.pm @@ -36,7 +36,7 @@ BEGIN { 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); |