In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d7958bf2007aed537530ea726e902a912430ce2e?hp=affed6886311cfd4a2817906634806267b1042c6>
- Log ----------------------------------------------------------------- commit d7958bf2007aed537530ea726e902a912430ce2e Author: Chris 'BinGOs' Williams <[email protected]> Date: Thu Jan 24 07:24:23 2013 +0000 Make sure that Test-Harness customisations are declared and checked. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 1 + t/porting/customized.dat | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index bf3b9ee..ee15089 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1748,6 +1748,7 @@ use File::Glob qw(:case); t/lib/if.pm ), ], + 'CUSTOMIZED' => [ 't/source.t' ], 'UPSTREAM' => 'cpan', }, diff --git a/t/porting/customized.dat b/t/porting/customized.dat index da6f058..bdb8eb2 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,9 +1,3 @@ -libnet cpan/libnet/Makefile.PL 5554b71464b45f5cc002e55f2464f7ff4abd05b6 -Module::Build cpan/Module-Build/lib/Module/Build/ConfigData.pm 2f3f07fd889077ebd51791ad6e195d9164b4baf3 -Module::Pluggable cpan/Module-Pluggable/Makefile.PL 72062c1a01ed7c62d16c55122c163b2d89f0d739 -podlators cpan/podlators/scripts/pod2man.PL f81acf53f3ff46cdcc5ebdd661c5d13eb35d20d6 -podlators cpan/podlators/scripts/pod2text.PL b4693fcfe4a0a1b38a215cfb8985a65d5d025d69 -CPANPLUS cpan/CPANPLUS/Makefile.PL 5d533f6722af6aae73204755beb8d6c008fc0d4a Text::Balanced cpan/Text-Balanced/t/01_compile.t 1598cf491a48fa546260a2ec41142abe84da533d Text::Balanced cpan/Text-Balanced/t/02_extbrk.t 6ba1b64a4604e822dc2260b8ffcea6b406339ee8 Text::Balanced cpan/Text-Balanced/t/03_extcbk.t 3307c980af28963414cab799c427b359ef3b8657 @@ -13,3 +7,10 @@ Text::Balanced cpan/Text-Balanced/t/06_extqlk.t 81a5804d392013393a338325b197cea5 Text::Balanced cpan/Text-Balanced/t/07_exttag.t 5a209ed156387d4614d3003292e5fc412b8541e5 Text::Balanced cpan/Text-Balanced/t/08_extvar.t 0776ef2cbdad5b1fbefb300541d079212cc24d92 Text::Balanced cpan/Text-Balanced/t/09_gentag.t 42361b5dfb3bb728bce20f4fb0d92ccfb27c2ba7 +Module::Build cpan/Module-Build/lib/Module/Build/ConfigData.pm 2f3f07fd889077ebd51791ad6e195d9164b4baf3 +Test::Harness cpan/Test-Harness/t/source.t 884890970fb850874213159df263ba483bac62e9 +CPANPLUS cpan/CPANPLUS/Makefile.PL 5d533f6722af6aae73204755beb8d6c008fc0d4a +libnet cpan/libnet/Makefile.PL 5554b71464b45f5cc002e55f2464f7ff4abd05b6 +podlators cpan/podlators/scripts/pod2man.PL f81acf53f3ff46cdcc5ebdd661c5d13eb35d20d6 +podlators cpan/podlators/scripts/pod2text.PL b4693fcfe4a0a1b38a215cfb8985a65d5d025d69 +Module::Pluggable cpan/Module-Pluggable/Makefile.PL 72062c1a01ed7c62d16c55122c163b2d89f0d739 -- Perl5 Master Repository
