This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename &warnings::register to avoid ambiguity
[perl5.git] / 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