In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/61228c762ad9b92b72c69a6753a41fe64fbf4fe0?hp=f85f649414f06ca9f99fce46e2025cdf33fe16e9>
- Log ----------------------------------------------------------------- commit 61228c762ad9b92b72c69a6753a41fe64fbf4fe0 Author: Steve Hay <[email protected]> Date: Fri Aug 10 09:10:35 2012 +0100 Blead no longer customizes Test-Harness's t/testargs.t The customization added by 6359c64336 was incorporated into Test-Harness 3.24. M Porting/Maintainers.pl commit 9f186f890a2642f0478a32d877bd1f2a8e8a1285 Author: Steve Hay <[email protected]> Date: Fri Aug 10 09:03:20 2012 +0100 pod/perlpodstyle.pod is not customized for blead The file lives in pod/ rather than cpan/podlators/pod/ but that is already catered for by the MAP entry. The file contents are identical so there is no need for a CUSTOMIZED entry, the presence of which causes core-cpan-diff to complain that blead customizations are missing. M Porting/Maintainers.pl commit fe942e5be7942086cfae96875fefb9d10eb2179d Author: Steve Hay <[email protected]> Date: Fri Aug 10 08:42:09 2012 +0100 Blead no longer customizes autodie's t/open.t The customization added by 4b074b7191 was incorporated into autodie 2.11. M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d2c10ff..5e97c24 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -250,7 +250,6 @@ use File::Glob qw(:case); ) ], 'UPSTREAM' => 'cpan', - 'CUSTOMIZED' => ['t/open.t'], }, 'AutoLoader' => { @@ -1559,7 +1558,6 @@ use File::Glob qw(:case); 'CUSTOMIZED' => [ qw( scripts/pod2man.PL scripts/pod2text.PL - pod/perlpodstyle.pod ), ], 'MAP' => { @@ -1744,7 +1742,6 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', 'CUSTOMIZED' => [ qw( t/source.t - t/testargs.t ), ], }, -- Perl5 Master Repository
