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:
76e6b6c
)
Note some files missing from blead in two upstream => blead distributions
author
Steve Hay
<steve.m.hay@googlemail.com>
Fri, 16 Oct 2015 17:15:24 +0000
(18:15 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Fri, 16 Oct 2015 17:16:14 +0000
(18:16 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
6dd3f20
..
03ee992
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-861,7
+861,10
@@
use File::Glob qw(:case);
'PathTools' => {
'DISTRIBUTION' => 'SMUELLER/PathTools-3.47.tar.gz',
'FILES' => q[dist/PathTools],
- 'EXCLUDED' => [qr{^t/lib/Test/}],
+ 'EXCLUDED' => [
+ qr{^t/lib/Test/},
+ qw( t/rel2abs_vs_symlink.t),
+ ],
},
'Perl::OSType' => {
@@
-1007,6
+1010,9
@@
use File::Glob qw(:case);
'Storable' => {
'DISTRIBUTION' => 'AMS/Storable-2.51.tar.gz',
'FILES' => q[dist/Storable],
+ 'EXCLUDED' => [
+ qr{^t/compat/},
+ ],
},
'Sys::Syslog' => {