diff options
author | Johan Vromans <jvromans@squirrel.nl> | 1998-07-21 22:01:36 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 07:15:19 +0000 |
commit | 4d512309996fa63a1292d88a28def9af42711464 (patch) | |
tree | b989f7347aa050e6cc79040cb70b85f12ecad981 /lib/Getopt | |
parent | f69460e79959fafc35e82b8634dcf5e02d08e75e (diff) | |
download | perl-4d512309996fa63a1292d88a28def9af42711464.tar.gz |
remove spurious $VERSION line that confuses CPAN
Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl>
Subject: Re: 5.004_76 missing version numbers
p4raw-id: //depot/perl@1627
Diffstat (limited to 'lib/Getopt')
-rw-r--r-- | lib/Getopt/Long.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Getopt/Long.pm b/lib/Getopt/Long.pm index b5804597ce..1966ef3c91 100644 --- 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); |