In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/762501079f1a2a77e1a165eecfbb06511a4b2734?hp=76e6b6c7dc4c93d421dfe6c24866c3cd4560b57a>
- Log ----------------------------------------------------------------- commit 762501079f1a2a77e1a165eecfbb06511a4b2734 Author: Steve Hay <[email protected]> Date: Fri Oct 16 18:15:24 2015 +0100 Note some files missing from blead in two upstream => blead distributions ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6dd3f20..03ee992 100755 --- 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' => { -- Perl5 Master Repository
