From b286197009ac308fc656630edad2ba5390660499 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 26 Sep 2009 18:36:33 +0100 Subject: Move Devel::PPPort from ext/ to cpan/ --- mkppport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkppport') diff --git a/mkppport b/mkppport index 8cfc8e9537..09dcf8950b 100644 --- a/mkppport +++ b/mkppport @@ -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; -- cgit v1.2.1