Update excluded files for Term-ANSIColor
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 1 Jan 2013 10:12:39 +0000 (10:12 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 1 Jan 2013 10:12:39 +0000 (10:12 +0000)
Porting/Maintainers.pl

index 5058412..de09bf6 100755 (executable)
@@ -1680,8 +1680,16 @@ use File::Glob qw(:case);
         'FILES'        => q[cpan/Term-ANSIColor],
         'EXCLUDED'     => [
             qr{^tests/},
-            qw( t/pod-spelling.t
+            qr{^examples/},
+            qr{^t/data/},
+            qw( t/aliases-env.t
+                t/critic.t
+                t/minimum-version.t
+                t/pod-spelling.t
+                t/pod-coverage.t
                 t/pod.t
+                t/strict.t
+                t/synopsis.t
                 ),
         ],
         'UPSTREAM' => 'cpan',