More files to exclude from the core-cpan-diff
authorDave Rolsky <autarch@urth.org>
Wed, 14 Dec 2011 18:12:49 +0000 (12:12 -0600)
committerDave Rolsky <autarch@urth.org>
Wed, 14 Dec 2011 18:33:36 +0000 (12:33 -0600)
Porting/Maintainers.pl

index 557481e..1146edb 100755 (executable)
@@ -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',