FindBin doesn't need to use Config;
Nicholas Clark [Sat, 13 Jun 2009 10:02:45 +0000 (11:02 +0100)]
lib/FindBin.pm

index e218de9..892d6e5 100644 (file)
@@ -96,7 +96,6 @@ use Carp;
 require 5.000;
 require Exporter;
 use Cwd qw(getcwd cwd abs_path);
-use Config;
 use File::Basename;
 use File::Spec;
 
@@ -104,7 +103,7 @@ use File::Spec;
 %EXPORT_TAGS = (ALL => [qw($Bin $Script $RealBin $RealScript $Dir $RealDir)]);
 @ISA = qw(Exporter);
 
-$VERSION = "1.49";
+$VERSION = "1.50";
 
 
 # needed for VMS-specific filename translation