From 9426adcd48655815b65cea5a9f1eebbe7e23a9df Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Mon, 15 Nov 1999 20:50:31 -0500 Subject: applied suggested patch; removed $VERSION = $VERSION hack (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623 --- lib/Getopt/Std.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Getopt') diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm index 390bf14e96..e027bad3d2 100644 --- a/lib/Getopt/Std.pm +++ b/lib/Getopt/Std.pm @@ -42,7 +42,7 @@ the argument or 1 if no argument is specified. @ISA = qw(Exporter); @EXPORT = qw(getopt getopts); -$VERSION = $VERSION = '1.01'; +$VERSION = '1.01'; # Process single-character switches with switch clustering. Pass one argument # which is a string containing all switches that take an argument. For each -- cgit v1.2.1