In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/50d19a327d6f42fa9abeb1f849297c60425987db?hp=bd21af11d4fd0396606700004aa5eb68a654ff6c>

- Log -----------------------------------------------------------------
commit 50d19a327d6f42fa9abeb1f849297c60425987db
Author: Steve Hay <[email protected]>
Date:   Fri Jul 18 08:48:32 2014 +0100

    Note that ExtUtils::Manifest has been upgraded to 1.64
    
    The EXCLUDED files are also now different.
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 57a07d6..f2f6af6 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -478,9 +478,9 @@ use File::Glob qw(:case);
     },
 
     'ExtUtils::Manifest' => {
-        'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.63.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/ExtUtils-Manifest-1.64.tar.gz',
         'FILES'        => q[dist/ExtUtils-Manifest],
-        'EXCLUDED'     => [qr(t/release-.*\.t)],
+        'EXCLUDED'     => [qr(^xt/)],
     },
 
     'ExtUtils::ParseXS' => {

--
Perl5 Master Repository

Reply via email to