From ad73611d3a91f38464b3d95e2d6b43d4a57ef82f Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 26 Sep 2009 05:37:30 +0100 Subject: Move Archive::Tar from ext/ to cpan/ --- utils/ptar.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ptar.PL') diff --git a/utils/ptar.PL b/utils/ptar.PL index d986c21258..66242e3cc4 100644 --- a/utils/ptar.PL +++ b/utils/ptar.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] ), "ptar"); if (open(IN, $script)) { -- cgit v1.2.1