remove spurious $VERSION line that confuses CPAN
Johan Vromans [Tue, 21 Jul 1998 20:01:36 +0000 (22:01 +0200)]
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

index b580459..1966ef3 100644 (file)
@@ -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);