diff options
author | 2004-04-07 21:32:56 +0000 | |
---|---|---|
committer | 2004-04-07 21:32:56 +0000 | |
commit | 09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb (patch) | |
tree | 5f5d158a4aece7aef6cb3cd6d3f9f73efe1fea63 /gnu/usr.bin/perl/lib/Getopt | |
parent | perl 5.8.3 from CPAN (diff) | |
download | wireguard-openbsd-09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb.tar.xz wireguard-openbsd-09e75b67b2ae29a7dbcad77a47adaf75ad76bbeb.zip |
merge local changes into perl-5.8.3
Diffstat (limited to 'gnu/usr.bin/perl/lib/Getopt')
-rw-r--r-- | gnu/usr.bin/perl/lib/Getopt/Std.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/Getopt/Std.pm b/gnu/usr.bin/perl/lib/Getopt/Std.pm index 6c420937636..9bbc24f55a0 100644 --- a/gnu/usr.bin/perl/lib/Getopt/Std.pm +++ b/gnu/usr.bin/perl/lib/Getopt/Std.pm @@ -71,7 +71,7 @@ and version_mess() with the switches string as an argument. @ISA = qw(Exporter); @EXPORT = qw(getopt getopts); -$VERSION = '1.04'; +$VERSION = '1.05'; # uncomment the next line to disable 1.03-backward compatibility paranoia # $STANDARD_HELP_VERSION = 1; |