X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=mkppport;h=6d65992930bd128b86bca939d3e7a30154d0e42e;hb=f4a6a713802da1b781d7108503156fa3a0fe219e;hp=8cfc8e9537491881caf2d7a20dbf4a9e3e697540;hpb=b78fd7160df924147ff968f6dc2796473af0c484;p=p5sagit%2Fp5-mst-13.2.git diff --git a/mkppport b/mkppport index 8cfc8e9..6d65992 100644 --- a/mkppport +++ b/mkppport @@ -12,7 +12,7 @@ sub iterdirs(&); my $rootdir = dirname($0); -unshift @INC, File::Spec->catdir($rootdir, qw(ext ExtUtils-MakeMaker t lib)); +unshift @INC, File::Spec->catdir($rootdir, qw(cpan ExtUtils-MakeMaker t lib)); eval q{ use MakeMaker::Test::Utils qw( which_perl ) }; $@ and die $@; @@ -56,7 +56,7 @@ unshift @INC, File::Spec->catdir($absroot, 'lib'); # Change to Devel::PPPort directory, as it needs the stuff # from the parts/ directory -chdir File::Spec->catdir($rootdir, 'ext', 'Devel-PPPort'); +chdir File::Spec->catdir($rootdir, 'cpan', 'Devel-PPPort'); # Capture and remove temporary files my @unlink;