This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54e0233
)
Ignore ExtUtils::Manifest's release tests in the core
author
Florian Ragwitz
<rafl@debian.org>
Fri, 19 Aug 2011 12:22:08 +0000
(15:22 +0300)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 19 Aug 2011 12:22:08 +0000
(15:22 +0300)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
07c891b
..
b648dea
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-746,6
+746,7
@@
use File::Glob qw(:case);
'MAINTAINER' => 'p5p',
'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.60.tar.gz',
'FILES' => q[dist/ExtUtils-Manifest],
+ 'EXCLUDED' => [ qr(t/release-.*\.t) ],
'UPSTREAM' => 'blead',
},