diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 05:37:30 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 05:37:30 +0100 |
commit | ad73611d3a91f38464b3d95e2d6b43d4a57ef82f (patch) | |
tree | db5327c9b024654bfda052f593eb82b391018aa2 /utils/ptardiff.PL | |
parent | e00e4ce90e17ff7101c36fc5496e8b2e353e7f7b (diff) | |
download | perl-ad73611d3a91f38464b3d95e2d6b43d4a57ef82f.tar.gz |
Move Archive::Tar from ext/ to cpan/
Diffstat (limited to 'utils/ptardiff.PL')
-rw-r--r-- | utils/ptardiff.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ptardiff.PL b/utils/ptardiff.PL index 191c20ec40..e68f11ff08 100644 --- a/utils/ptardiff.PL +++ b/utils/ptardiff.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[ext Archive-Tar bin] + File::Spec->updir, qw[cpan Archive-Tar bin] ), "ptardiff"); if (open(IN, $script)) { |