diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-08-19 15:08:40 +0300 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-08-19 15:09:47 +0300 |
commit | 54e0233510d7cf378f2c64d2ed04cc7747dfddac (patch) | |
tree | ae01514712d19cff740133bfd27c898fb67ab9ca | |
parent | 4fb9242360ebc7d5bde8c933a5642a3104264222 (diff) | |
download | perl-54e0233510d7cf378f2c64d2ed04cc7747dfddac.tar.gz |
Upgrade ExtUtils::Manifest from version 1.59 to 1.60
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm | 2 | ||||
-rw-r--r-- | pod/perldelta.pod | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dcaa2bc562..07c891bfa0 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 40df070af7..08592658f2 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 c77e33ee1c..d86d07266e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -194,6 +194,10 @@ L<ExtUtils::MakeMaker> has been upgraded from version 6.58 to version 6.59 =item * +L<ExtUtils::Manifest> has been upgraded from version 1.58 to version 1.60 + +=item * + L<IPC::Open3> has been upgraded from version 1.11 to 1.12. C<open3> with "-" for the program name works once more. This was broken in |