Patch for Benchmark.pm
[p5sagit/p5-mst-13.2.git] / lib / Getopt / Long.pm
index ec4ccd9..d752b3b 100644 (file)
@@ -522,7 +522,7 @@ cause options parsing to fail.
 use strict;
 
 BEGIN {
-    require 5.00327;
+    require 5.003;
     use Exporter ();
     use vars   qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
     $VERSION   = sprintf("%d.%02d", q$Revision: 2.9 $ =~ /(\d+)\.(\d+)/);
@@ -535,7 +535,7 @@ BEGIN {
 
 use vars @EXPORT, @EXPORT_OK;
 # User visible variables.
-use vars qw(&config $error $debug $major_version $minor_version);
+use vars qw($error $debug $major_version $minor_version);
 # Deprecated visible variables.
 use vars qw($autoabbrev $getopt_compat $ignorecase $bundling $order
            $passthrough);