diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 10:22:25 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 10:22:25 +0100 |
commit | 4234ebd9a0ef45b17e00dd4cc8b1cd74492ec3e9 (patch) | |
tree | 3d2542d725be84a7dddc4cd8868b3a5d785e3203 /utils | |
parent | 6df60a5f39f3b9b890df28f39ad92c2ffd598e40 (diff) | |
download | perl-4234ebd9a0ef45b17e00dd4cc8b1cd74492ec3e9.tar.gz |
Move CPANPLUS from ext/ to cpan/
Diffstat (limited to 'utils')
-rw-r--r-- | utils/cpan2dist.PL | 2 | ||||
-rw-r--r-- | utils/cpanp-run-perl.PL | 2 | ||||
-rw-r--r-- | utils/cpanp.PL | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/cpan2dist.PL b/utils/cpan2dist.PL index 0e3ce94001..0533a01e40 100644 --- a/utils/cpan2dist.PL +++ b/utils/cpan2dist.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[ ext CPANPLUS bin ] + File::Spec->updir, qw[ cpan CPANPLUS bin ] ), "cpan2dist"); if (open(IN, $script)) { diff --git a/utils/cpanp-run-perl.PL b/utils/cpanp-run-perl.PL index e71577f9f0..a72ac2b668 100644 --- a/utils/cpanp-run-perl.PL +++ b/utils/cpanp-run-perl.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[ ext CPANPLUS bin ] + File::Spec->updir, qw[ cpan CPANPLUS bin ] ), "cpanp-run-perl"); if (open(IN, $script)) { diff --git a/utils/cpanp.PL b/utils/cpanp.PL index a295e95029..ea3b4399d3 100644 --- a/utils/cpanp.PL +++ b/utils/cpanp.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[ ext CPANPLUS bin ] + File::Spec->updir, qw[ cpan CPANPLUS bin ] ), "cpanp"); if (open(IN, $script)) { |