In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/19606b446b40d13c00d4dac8f89bd25bc6c48f5c?hp=33f91fd56bd8de8ca69a82535ffaa3d3ce791e59>

- Log -----------------------------------------------------------------
commit 19606b446b40d13c00d4dac8f89bd25bc6c48f5c
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Sun Dec 14 20:19:54 2014 +0000

    Update Archive-Tar to CPAN version 2.04
    
      [DELTA]
    
    2.04  14/12/2014
    - RT#100903 enable ptargrep.t to work on VMS
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                       | 2 +-
 cpan/Archive-Tar/lib/Archive/Tar.pm          | 2 +-
 cpan/Archive-Tar/lib/Archive/Tar/Constant.pm | 2 +-
 cpan/Archive-Tar/lib/Archive/Tar/File.pm     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index d7b9fac..b64e56b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -119,7 +119,7 @@ use File::Glob qw(:case);
 %Modules = (
 
     'Archive::Tar' => {
-        'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.02.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.04.tar.gz',
         'FILES'        => q[cpan/Archive-Tar],
         'BUGS'         => '[email protected]',
         'EXCLUDED'     => [
diff --git a/cpan/Archive-Tar/lib/Archive/Tar.pm 
b/cpan/Archive-Tar/lib/Archive/Tar.pm
index ddb174d..1b792df 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                = "2.02";
+$VERSION                = "2.04";
 $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 19a95dc..399aaf6 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    = '2.02';
+    $VERSION    = '2.04';
     @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 d5ee6af..3aa1b3c 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    = '2.02';
+$VERSION    = '2.04';
 
 ### set value to 1 to oct() it during the unpack ###
 

--
Perl5 Master Repository

Reply via email to