diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 18:36:33 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 18:36:33 +0100 |
commit | b286197009ac308fc656630edad2ba5390660499 (patch) | |
tree | 6758c3b08a84ffb260bcab5473698652f73049ec /mkppport | |
parent | bd051ffa533cd11a03353dc0bf0c294bc68598f6 (diff) | |
download | perl-b286197009ac308fc656630edad2ba5390660499.tar.gz |
Move Devel::PPPort from ext/ to cpan/
Diffstat (limited to 'mkppport')
-rw-r--r-- | mkppport | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |