From: Jesse Vincent Date: Tue, 13 Oct 2009 15:14:03 +0000 (-0400) Subject: Work around Parse-CPAN-Meta's desire to run a command at 'make test' time. - Commit... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bc662c9c4c134e4;p=p5sagit%2Fp5-mst-13.2.git Work around Parse-CPAN-Meta's desire to run a command at 'make test' time. - Commit the generated file --- diff --git a/MANIFEST b/MANIFEST index 52c0845..05ae845 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1721,6 +1721,7 @@ cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/toolbar.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed Parse::CPAN::Meta +cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml Parse::CPAN::Meta - manually generated; see Porting/Maintainers.pl cpan/Parse-CPAN-Meta/t/data/vanilla.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm Parse::CPAN::Meta testing library cpan/Parse-CPAN-Meta/uupacktool.pl Parse::CPAN::Meta diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 15ef465..b7f137d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1106,6 +1106,9 @@ use File::Glob qw(:case); 'EXCLUDED' => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ], 'CPAN' => 1, 'UPSTREAM' => 'cpan', + # NOTE: 'perl uupacktool.pl t/data/utf_16_le_bom.yml.packed' + # run by hand after import, as the core's test harness doesn't + # run dists' "make test" steps }, 'PathTools' => diff --git a/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml b/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml new file mode 100644 index 0000000..b9230eb Binary files /dev/null and b/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml differ