summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-30 16:19:25 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-30 16:19:25 +0100
commit99fc177f2779e8042da5c817444f01969c624279 (patch)
treec99acba84020193452e81d200e22a69d4076afd5 /cpan
parent20e7cb7b07d971e21267d5b4312064b3382f71b8 (diff)
downloadperl-99fc177f2779e8042da5c817444f01969c624279.tar.gz
Fix typo present in "our" Archive::Tar::File but not on CPAN.
How this happened I don't know.
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Archive-Tar/lib/Archive/Tar/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Archive-Tar/lib/Archive/Tar/File.pm b/cpan/Archive-Tar/lib/Archive/Tar/File.pm
index ee5e120be4..0815bb6762 100644
--- a/cpan/Archive-Tar/lib/Archive/Tar/File.pm
+++ b/cpan/Archive-Tar/lib/Archive/Tar/File.pm
@@ -386,7 +386,7 @@ sub _prefix_and_file {
my @dirs = File::Spec->splitdir( $dirs );
### so sometimes the last element is '' -- probably when trailing
- ### dir slashes are encountered... this is is of course pointless,
+ ### dir slashes are encountered... this is of course pointless,
### so remove it
pop @dirs while @dirs and not length $dirs[-1];