From 6156383d73f2f6524ee9ee99df53a43e80f8cd72 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 13 Aug 2012 01:39:21 +0100 Subject: [PATCH] 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. --- Porting/Maintainers.pl | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.7.4