In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6156383d73f2f6524ee9ee99df53a43e80f8cd72?hp=8dd3419c92eda7bae0fbb0d327a28871dc427dc7>

- Log -----------------------------------------------------------------
commit 6156383d73f2f6524ee9ee99df53a43e80f8cd72
Author: Steve Hay <[email protected]>
Date:   Mon Aug 13 01:39:21 2012 +0100

    Mark missing CPAN distribution files as EXCLUDED from the core
    
    All tests and test data are already excluded, and I don't think
    cpan-mirrors belongs in the perl core either.
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1ab23a6..25f930a 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -412,6 +412,7 @@ use File::Glob qw(:case);
             qr{^t/CPAN/authors/},
             qw( lib/CPAN/Admin.pm
                 Makefile.PL
+                scripts/cpan-mirrors
                 SlayMakefile
                 t/00signature.t
                 t/04clean_load.t
@@ -423,6 +424,7 @@ use File::Glob qw(:case);
                 t/31sessions.t
                 t/41distribution.t
                 t/42distroprefs.t
+                t/44cpanmeta.t
                 t/43distroprefspref.t
                 t/50pod.t
                 t/51pod.t
@@ -435,8 +437,12 @@ use File::Glob qw(:case);
                 t/CPAN/TestPatch.txt
                 t/CPAN/modules/02packages.details.txt
                 t/CPAN/modules/03modlist.data
+                t/data/META-dynamic.json
                 t/data/META-dynamic.yml
+                t/data/META-static.json
                 t/data/META-static.yml
+                t/data/MYMETA.json
+                t/data/MYMETA.yml
                 t/local_utils.pm
                 t/perlcriticrc
                 t/yaml_code.yml

--
Perl5 Master Repository

Reply via email to