diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-09-07 12:31:13 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-09-07 12:31:13 +0100 |
commit | d96f3acdb6c3a0d893560dfcd859c48cf537e55d (patch) | |
tree | 87b5572a188e447397c36bf81e9bf05282d7cd34 /utils/cpan2dist.PL | |
parent | d0f1d92ce76eb6a82a7cfbdf9212e766122a40c0 (diff) | |
download | perl-d96f3acdb6c3a0d893560dfcd859c48cf537e55d.tar.gz |
Move CPANPLUS from lib/ to ext/
Diffstat (limited to 'utils/cpan2dist.PL')
-rw-r--r-- | utils/cpan2dist.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cpan2dist.PL b/utils/cpan2dist.PL index 93a670989e..0e3ce94001 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[ lib CPANPLUS bin ] + File::Spec->updir, qw[ ext CPANPLUS bin ] ), "cpan2dist"); if (open(IN, $script)) { |