This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69460e
)
remove spurious $VERSION line that confuses CPAN
author
Johan Vromans
<jvromans@squirrel.nl>
Tue, 21 Jul 1998 20:01:36 +0000
(22:01 +0200)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 22 Jul 1998 07:15:19 +0000
(07:15 +0000)
Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl>
Subject: Re: 5.004_76 missing version numbers
p4raw-id: //depot/perl@1627
lib/Getopt/Long.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Getopt/Long.pm
b/lib/Getopt/Long.pm
index
b580459
..
1966ef3
100644
(file)
--- a/
lib/Getopt/Long.pm
+++ b/
lib/Getopt/Long.pm
@@
-35,7
+35,6
@@
BEGIN {
require 5.004;
use Exporter ();
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
-# $VERSION = sprintf("%d.%02d", q$Revision: 2.18 $ =~ /(\d+)\.(\d+)/);
$VERSION = "2.17";
@ISA = qw(Exporter);