From 54e0233510d7cf378f2c64d2ed04cc7747dfddac Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Fri, 19 Aug 2011 15:08:40 +0300 Subject: [PATCH] Upgrade ExtUtils::Manifest from version 1.59 to 1.60 --- Porting/Maintainers.pl | 2 +- dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm | 2 +- pod/perldelta.pod | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dcaa2bc..07c891b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -744,7 +744,7 @@ use File::Glob qw(:case); 'ExtUtils::Manifest' => { 'MAINTAINER' => 'p5p', - 'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.59.tar.gz', + 'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.60.tar.gz', 'FILES' => q[dist/ExtUtils-Manifest], 'UPSTREAM' => 'blead', }, diff --git a/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm b/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm index 40df070..0859265 100644 --- a/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm +++ b/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm @@ -13,7 +13,7 @@ use vars qw($VERSION @ISA @EXPORT_OK $Is_MacOS $Is_VMS $Is_VMS_mode $Is_VMS_lc $Is_VMS_nodot $Debug $Verbose $Quiet $MANIFEST $DEFAULT_MSKIP); -$VERSION = '1.59'; +$VERSION = '1.60'; @ISA=('Exporter'); @EXPORT_OK = qw(mkmanifest manicheck filecheck fullcheck skipcheck diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c77e33e..d86d072 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -194,6 +194,10 @@ L has been upgraded from version 6.58 to version 6.59 =item * +L has been upgraded from version 1.58 to version 1.60 + +=item * + L has been upgraded from version 1.11 to 1.12. C with "-" for the program name works once more. This was broken in -- 2.7.4