From: Nicholas Clark Date: Wed, 30 Sep 2009 15:19:25 +0000 (+0100) Subject: Fix typo present in "our" Archive::Tar::File but not on CPAN. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99fc177f2779e8042da5c817444f01969c624279;p=p5sagit%2Fp5-mst-13.2.git Fix typo present in "our" Archive::Tar::File but not on CPAN. How this happened I don't know. --- diff --git a/cpan/Archive-Tar/lib/Archive/Tar/File.pm b/cpan/Archive-Tar/lib/Archive/Tar/File.pm index ee5e120..0815bb6 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];