This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade ExtUtils::Manifest from version 1.59 to 1.60
authorFlorian Ragwitz <rafl@debian.org>
Fri, 19 Aug 2011 12:08:40 +0000 (15:08 +0300)
committerFlorian Ragwitz <rafl@debian.org>
Fri, 19 Aug 2011 12:09:47 +0000 (15:09 +0300)
Porting/Maintainers.pl
dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm
pod/perldelta.pod

index dcaa2bc..07c891b 100755 (executable)
@@ -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',
        },
index 40df070..0859265 100644 (file)
@@ -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
index c77e33e..d86d072 100644 (file)
@@ -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