diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 11:19:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 14:04:21 +0000 |
commit | 0ff33da805881f90d7498cc372bfd74c526f48f9 (patch) | |
tree | de491f1aaf637c6eaa4c198190f61243f614d834 /mkppport | |
parent | 9d3a1c7447ce46db940dfe0695c29ad02ad1657f (diff) | |
download | perl-0ff33da805881f90d7498cc372bfd74c526f48f9.tar.gz |
Rename ext/Devel/PPPort to ext/Devel-PPPort
It has its tentacles in many other places.
Diffstat (limited to 'mkppport')
-rw-r--r-- | mkppport | 4 |
1 files changed, 2 insertions, 2 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, 'ext', 'Devel-PPPort'); # Capture and remove temporary files my @unlink; @@ -134,7 +134,7 @@ sub readlist #---------------------------------------------- sub run { - my @args = ("-I" . File::Spec->catdir((File::Spec->updir) x 3, 'lib'), @_); + my @args = ("-I" . File::Spec->catdir((File::Spec->updir) x 2, 'lib'), @_); my $run = $perl =~ m/\s/ ? qq("$perl") : $perl; for (@args) { $_ = qq("$_") if $^O eq 'VMS' && /^[^"]/; |