Skip to content

Commit

Permalink
Explicitly load File::Basename
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Oct 5, 2012
1 parent bc9136a commit 387561a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for Devel-FindPerl Revision history for Devel-FindPerl


{{$NEXT}} {{$NEXT}}
Explicitly load File::Basename


0.004 2012-07-26 00:40:10 Europe/Bucharest 0.004 2012-07-26 00:40:10 Europe/Bucharest
Make sure myconfig is read in text-mode on Windows Make sure myconfig is read in text-mode on Windows
Expand Down
1 change: 1 addition & 0 deletions lib/Devel/FindPerl.pm
Expand Up @@ -8,6 +8,7 @@ our @EXPORT_OK = qw/find_perl_interpreter/;
use Carp; use Carp;
use Cwd; use Cwd;
use ExtUtils::Config; use ExtUtils::Config;
use File::Basename;
use File::Spec; use File::Spec;
use IPC::Open2; use IPC::Open2;


Expand Down

0 comments on commit 387561a

Please sign in to comment.