Update Archive-Tar to CPAN version 1.72
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 18 Nov 2010 19:23:38 +0000 (19:23 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 18 Nov 2010 19:23:38 +0000 (19:23 +0000)
  [DELTA]

  This merely brings the core and CPAN versions into sync.
  No code changes apart from version update.

Porting/Maintainers.pl
cpan/Archive-Tar/lib/Archive/Tar.pm
cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
cpan/Archive-Tar/lib/Archive/Tar/File.pm
pod/perldelta.pod

index 2a1e010..ec87c10 100755 (executable)
@@ -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',
index e6f3758..08020e2 100644 (file)
@@ -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;
index 521ef5c..7ef86fe 100644 (file)
@@ -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";
index d48621c..c45f91b 100644 (file)
@@ -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 = [
index 2084447..996434c 100644 (file)
@@ -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.