summaryrefslogtreecommitdiff
path: root/cpan/Archive-Tar/lib
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-06-15 16:00:59 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-06-15 16:00:59 +0100
commita40258e536ad87406ce3ed2ca507168f490a7b21 (patch)
treef84fe0b758f2cf6c234fedfab845bf17ff5a1f8d /cpan/Archive-Tar/lib
parentd8430cc22ae8e074a843ae62675beb2f2057f355 (diff)
downloadperl-a40258e536ad87406ce3ed2ca507168f490a7b21.tar.gz
Update Archive-Tar to CPAN version 2.00
[DELTA] 2.00 15/06/2014 (TINITA) - Fix ptargrep for problems on MSWin32
Diffstat (limited to 'cpan/Archive-Tar/lib')
-rw-r--r--cpan/Archive-Tar/lib/Archive/Tar.pm2
-rw-r--r--cpan/Archive-Tar/lib/Archive/Tar/Constant.pm2
-rw-r--r--cpan/Archive-Tar/lib/Archive/Tar/File.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Archive-Tar/lib/Archive/Tar.pm b/cpan/Archive-Tar/lib/Archive/Tar.pm
index e6bd10e323..5cbea645d4 100644
--- a/cpan/Archive-Tar/lib/Archive/Tar.pm
+++ b/cpan/Archive-Tar/lib/Archive/Tar.pm
@@ -31,7 +31,7 @@ use vars qw[$DEBUG $error $VERSION $WARN $FOLLOW_SYMLINK $CHOWN $CHMOD
$DEBUG = 0;
$WARN = 1;
$FOLLOW_SYMLINK = 0;
-$VERSION = "1.98";
+$VERSION = "2.00";
$CHOWN = 1;
$CHMOD = 1;
$SAME_PERMISSIONS = $> == 0 ? 1 : 0;
diff --git a/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm b/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
index 77040a582f..ac0c5c6b37 100644
--- a/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
+++ b/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
@@ -3,7 +3,7 @@ package Archive::Tar::Constant;
BEGIN {
require Exporter;
- $VERSION = '1.98';
+ $VERSION = '2.00';
@ISA = qw[Exporter];
require Time::Local if $^O eq "MacOS";
diff --git a/cpan/Archive-Tar/lib/Archive/Tar/File.pm b/cpan/Archive-Tar/lib/Archive/Tar/File.pm
index c335798c6b..e2047536e6 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.98';
+$VERSION = '2.00';
### set value to 1 to oct() it during the unpack ###