diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-15 23:50:40 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-15 23:55:16 +0000 |
commit | deabda197e63bdf85e3277cea5e6a0782d7213c9 (patch) | |
tree | 6308b7b6659f65b7b7b314e98d584549d0faf462 /cpan/Archive-Tar/lib/Archive/Tar/File.pm | |
parent | 53226d62f432e693941b50e0f0c9c9ad3048d4e7 (diff) | |
download | perl-deabda197e63bdf85e3277cea5e6a0782d7213c9.tar.gz |
Update Archive-Tar to CPAN version 1.70
[DELTA]
* important changes in version 1.70 15/11/2010
- Add ptargrep utility courtesy of Grant McLean
** I think I found everywhere that needed updating
by grepping for 'ptardiff' and adding where needed.
This stuff is definitively not intuitive.
Diffstat (limited to 'cpan/Archive-Tar/lib/Archive/Tar/File.pm')
-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 6dce9b66c9..d48621c74c 100644 --- a/cpan/Archive-Tar/lib/Archive/Tar/File.pm +++ b/cpan/Archive-Tar/lib/Archive/Tar/File.pm @@ -13,7 +13,7 @@ use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA = qw[Archive::Tar]; -$VERSION = '1.68'; +$VERSION = '1.70'; ### set value to 1 to oct() it during the unpack ### my $tmpl = [ |