summaryrefslogtreecommitdiff
path: root/mkppport
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-09 11:19:11 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-09 14:04:21 +0000
commit0ff33da805881f90d7498cc372bfd74c526f48f9 (patch)
treede491f1aaf637c6eaa4c198190f61243f614d834 /mkppport
parent9d3a1c7447ce46db940dfe0695c29ad02ad1657f (diff)
downloadperl-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--mkppport4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkppport b/mkppport
index be41fde353..4636d3e563 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, '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' && /^[^"]/;