summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Archive-Extract/lib/Archive/Extract.pm4
-rw-r--r--cpan/Archive-Extract/t/01_Archive-Extract.t4
-rw-r--r--pod/perldelta.pod4
4 files changed, 9 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index df345763f7..567ab41e70 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 365a05e0cd..a6fa3fb195 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 a543eb50bd..3b2bccd8b2 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 77d7c4b9a4..a2a5839acd 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -116,6 +116,10 @@ a single location for easier maintenance.
=item *
+C<Archive::Extract> has been upgraded from version 0.46 to 0.48
+
+=item *
+
C<CGI> has been upgraded from version 3.50 to 3.51
=item *