diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-01 10:20:05 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-01 10:21:49 +0100 |
commit | 9dafbe2fc44c0ef0c7c99af0a427fcfe1e118eba (patch) | |
tree | a5636f606cc7160536a661ed67169d7d5fb129dc /make_ext.pl | |
parent | c53fdc5e9da36f328ab2620f7ca8c96545281734 (diff) | |
download | perl-9dafbe2fc44c0ef0c7c99af0a427fcfe1e118eba.tar.gz |
Move ExtUtils::MakeMaker from ext/ to cpan/
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl index 95d81f2ffc..c831c6fc25 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -32,7 +32,7 @@ my @toolchain = qw(cpan/AutoLoader/lib cpan/Cwd cpan/Cwd/lib ext/ExtUtils-Command/lib dist/ExtUtils-Install/lib - ext/ExtUtils-MakeMaker/lib + cpan/ExtUtils-MakeMaker/lib ext/ExtUtils-Manifest/lib cpan/File-Path/lib ); @@ -305,6 +305,7 @@ sub build_extension { } $ENV{PERL5LIB} = join $Config{path_sep}, @new_inc; $ENV{PERL_CORE} = 1; + warn $ENV{PERL5LIB}; my $makefile; if ($is_VMS) { |