summaryrefslogtreecommitdiff
path: root/utils/ptar.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ptar.PL')
-rw-r--r--utils/ptar.PL2
1 files changed, 1 insertions, 1 deletions
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)) {