From c3115ce6b5b7d64ffd387fce356711a61f17d04d Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Wed, 14 Dec 2011 12:12:49 -0600 Subject: [PATCH] More files to exclude from the core-cpan-diff --- Porting/Maintainers.pl | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 557481e..1146edb 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1169,9 +1169,11 @@ use File::Glob qw(:case); 'FILES' => q[dist/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, qr{^examples/}, - qw{t/pod.t - t/pod_cov.t - } + qw{t/00sig.t + t/01load.t + t/02pod.t + t/03podcov.t + }, ], 'UPSTREAM' => 'blead', }, @@ -1182,9 +1184,10 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.30.tar.gz', 'FILES' => q[dist/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, - qw{ - t/pod.t - t/pod_cov.t + qw{t/00sig.t + t/01load.t + t/02pod.t + t/03podcov.t }, # instead we use the versions of these test # files that come with Math::BigInt: @@ -1205,9 +1208,10 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2602.tar.gz', 'FILES' => q[dist/Math-BigRat], 'EXCLUDED' => [ qr{^inc/}, - qw{ - t/pod.t - t/pod_cov.t + qw{t/00sig.t + t/01load.t + t/02pod.t + t/03podcov.t }, ], 'UPSTREAM' => 'blead', -- 2.7.4