diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 10:06:30 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 10:06:30 +0100 |
commit | 6df60a5f39f3b9b890df28f39ad92c2ffd598e40 (patch) | |
tree | 56f0005584c0e7321c9e7adcc45cb6738cc9bc9d /utils/cpan.PL | |
parent | b2b396e77d0265df268dd67845fd9492988255af (diff) | |
download | perl-6df60a5f39f3b9b890df28f39ad92c2ffd598e40.tar.gz |
Move CPAN from ext/ to cpan/
Diffstat (limited to 'utils/cpan.PL')
-rw-r--r-- | utils/cpan.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cpan.PL b/utils/cpan.PL index 4752843fc5..c7c26685db 100644 --- a/utils/cpan.PL +++ b/utils/cpan.PL @@ -33,7 +33,7 @@ $Config{startperl} use File::Spec; -my $cpan = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "ext", "CPAN", "scripts"), "cpan"); +my $cpan = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, qw(cpan CPAN scripts)), "cpan"); if (open(CPAN, $cpan)) { print OUT <CPAN>; |