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:
2dd700c
)
Ignore ExtUtils::Command release tests
author
Florian Ragwitz
<rafl@debian.org>
Mon, 28 Feb 2011 10:37:07 +0000
(11:37 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Mon, 28 Feb 2011 10:37:07 +0000
(11:37 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
e5a03c6
..
40517f9
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-602,11
+602,7
@@
use File::Glob qw(:case);
'MAINTAINER' => 'p5p',
'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.17.tar.gz',
'FILES' => q[dist/ExtUtils-Command],
- 'EXCLUDED' => [ qw{ t/shell_command.t
- t/shell_exit.t
- lib/Shell/Command.pm
- },
- ],
+ 'EXCLUDED' => [ qr{^t/release-} ],
'UPSTREAM' => 'blead',
},