diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-11 00:46:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-11 00:46:05 +0000 |
commit | 357229c3f57b2eaf3d1b89b3160c0d3f8d7c599d (patch) | |
tree | a395b09387bf3b376e58241873ac7e22c706011b /lib | |
parent | b787fad4c79da06d28c957e5a9cb8faf91e91013 (diff) | |
download | perl-357229c3f57b2eaf3d1b89b3160c0d3f8d7c599d.tar.gz |
File::Spec usage tweak.
p4raw-id: //depot/perl@11272
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExtUtils.t b/lib/ExtUtils.t index 1b7dabc838..24d85d3221 100644 --- a/lib/ExtUtils.t +++ b/lib/ExtUtils.t @@ -12,8 +12,7 @@ use strict; use ExtUtils::MakeMaker; use ExtUtils::Constant qw (constant_types C_constant XS_constant autoload); use Config; -use File::Spec::Functions; -use File::Spec; +use File::Spec::Functions qw(catfile rel2abs); # Because were are going to be changing directory before running Makefile.PL my $perl; $perl = rel2abs( $^X ) unless $] < 5.006; # Hack. Until 5.00503 has rel2abs |