From: Johan Vromans Date: Tue, 21 Jul 1998 20:01:36 +0000 (+0200) Subject: remove spurious $VERSION line that confuses CPAN X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d512309996fa63a1292d88a28def9af42711464;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/Getopt/Long.pm b/lib/Getopt/Long.pm index b580459..1966ef3 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);