From 6447e91276f73f3a608803250c989136d4ddbf92 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sat, 8 Jan 2011 11:56:25 +0000 Subject: [PATCH] Update Archive-Extract to CPAN version 0.48 [DELTA] Changes for 0.48 Fri Jan 7 20:45:37 2011 ============================================ * upstream blead patches from Peter Acklam --- Porting/Maintainers.pl | 2 +- cpan/Archive-Extract/lib/Archive/Extract.pm | 4 ++-- cpan/Archive-Extract/t/01_Archive-Extract.t | 4 ++-- pod/perldelta.pod | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index df34576..567ab41 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -188,7 +188,7 @@ use File::Glob qw(:case); 'Archive::Extract' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.46.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.48.tar.gz', 'FILES' => q[cpan/Archive-Extract], 'UPSTREAM' => 'cpan', 'BUGS' => 'bug-archive-extract@rt.cpan.org', diff --git a/cpan/Archive-Extract/lib/Archive/Extract.pm b/cpan/Archive-Extract/lib/Archive/Extract.pm index 365a05e..a6fa3fb 100644 --- a/cpan/Archive-Extract/lib/Archive/Extract.pm +++ b/cpan/Archive-Extract/lib/Archive/Extract.pm @@ -44,7 +44,7 @@ use vars qw[$VERSION $PREFER_BIN $PROGRAMS $WARN $DEBUG $_ALLOW_BIN $_ALLOW_PURE_PERL $_ALLOW_TAR_ITER ]; -$VERSION = '0.46'; +$VERSION = '0.48'; $PREFER_BIN = 0; $WARN = 1; $DEBUG = 0; @@ -1067,7 +1067,7 @@ sub _unzip_bin { ### first, get the files.. it must be 2 different commands with 'unzip' :( { ### on VMS, capital letter options have to be quoted. This is - ### reported by John Malmberg on P5P Tue 21 Aug 2007 05:05:11 + ### reported by John Malmberg on P5P Tue 21 Aug 2007 05:05:11 ### Subject: [patch@31735]Archive Extract fix on VMS. my $opt = ON_VMS ? '"-Z"' : '-Z'; my $cmd = [ $self->bin_unzip, $opt, '-1', $self->archive ]; diff --git a/cpan/Archive-Extract/t/01_Archive-Extract.t b/cpan/Archive-Extract/t/01_Archive-Extract.t index a543eb5..3b2bccd 100644 --- a/cpan/Archive-Extract/t/01_Archive-Extract.t +++ b/cpan/Archive-Extract/t/01_Archive-Extract.t @@ -445,7 +445,7 @@ for my $switch ( [0,1], [1,0] ) { ### win32 + bin utils is notorious, and none of them are ### officially supported by strawberry. So if we - ### encounter an error while extracting while running + ### encounter an error while extracting while running ### with $PREFER_BIN on win32, just skip the tests. ### See rt#46948: unable to install install on win32 ### for details on the pain @@ -462,7 +462,7 @@ for my $switch ( [0,1], [1,0] ) { unlike( $err, $re, "No errors capturing buffers" ); - ### might be 1 or 2, depending whether we extracted + ### might be 1 or 2, depending whether we extracted ### a dir too my $files = $ae->files || []; my $file_cnt = grep { defined } $file, $dir; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 77d7c4b..a2a5839 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -116,6 +116,10 @@ a single location for easier maintenance. =item * +C has been upgraded from version 0.46 to 0.48 + +=item * + C has been upgraded from version 3.50 to 3.51 =item * -- 2.7.4