projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3732a88
)
Update excluded files for Term-ANSIColor
author
Chris 'BinGOs' Williams
<chris@bingosnet.co.uk>
Tue, 1 Jan 2013 10:12:39 +0000
(10:12 +0000)
committer
Chris 'BinGOs' Williams
<chris@bingosnet.co.uk>
Tue, 1 Jan 2013 10:12:39 +0000
(10:12 +0000)
Porting/Maintainers.pl
patch
|
blob
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
5058412
..
de09bf6
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-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',