summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-18 19:23:38 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-18 19:23:38 +0000
commit5d8924b55826470733af851bb36567786821b8ea (patch)
tree4d422aeb4a51365311eb50e3680160e1175afc45
parentffc8a9ad7c0f32920c5f7960bd959c9212337963 (diff)
downloadperl-5d8924b55826470733af851bb36567786821b8ea.tar.gz
Update Archive-Tar to CPAN version 1.72
[DELTA] This merely brings the core and CPAN versions into sync. No code changes apart from version update.
-rwxr-xr-xPorting/Maintainers.pl2
-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
-rw-r--r--pod/perldelta.pod2
5 files changed, 5 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2a1e0105ac..ec87c10f22 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -196,7 +196,7 @@ use File::Glob qw(:case);
'Archive::Tar' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.70.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.72.tar.gz',
'FILES' => q[cpan/Archive-Tar],
'EXCLUDED' => [ qw(Makefile.PL) ],
'UPSTREAM' => 'cpan',
diff --git a/cpan/Archive-Tar/lib/Archive/Tar.pm b/cpan/Archive-Tar/lib/Archive/Tar.pm
index e6f3758ab2..08020e260f 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.70";
+$VERSION = "1.72";
$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 521ef5c043..7ef86fe195 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.70';
+ $VERSION = '1.72';
@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 d48621c74c..c45f91b24c 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.70';
+$VERSION = '1.72';
### set value to 1 to oct() it during the unpack ###
my $tmpl = [
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 208444737e..996434c131 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -287,7 +287,7 @@ executable.
=item *
-C<Archive::Tar> has been upgraded from 1.68 to 1.70
+C<Archive::Tar> has been upgraded from 1.68 to 1.72
This adds the ptargrep utility for using regular expressions against
the contents of files in a tar archive.