diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-30 16:19:25 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-30 16:19:25 +0100 |
commit | 99fc177f2779e8042da5c817444f01969c624279 (patch) | |
tree | c99acba84020193452e81d200e22a69d4076afd5 /cpan | |
parent | 20e7cb7b07d971e21267d5b4312064b3382f71b8 (diff) | |
download | perl-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.pm | 2 |
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]; |