projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
662a7e3
)
Fix C<require> in Getopt::Long to work with 5.003
Chip Salzenberg [Fri, 21 Mar 1997 07:30:20 +0000 (19:30 +1200)]
lib/Getopt/Long.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Getopt/Long.pm
b/lib/Getopt/Long.pm
index
740b83f
..
d752b3b
100644
(file)
--- a/
lib/Getopt/Long.pm
+++ b/
lib/Getopt/Long.pm
@@
-522,7
+522,7
@@
cause options parsing to fail.
use strict;
BEGIN {
- require 5.00327;
+ require 5.003;
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
$VERSION = sprintf("%d.%02d", q$Revision: 2.9 $ =~ /(\d+)\.(\d+)/);