summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-13 11:14:03 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-13 11:14:03 -0400
commit9bc662c9c4c134e410446ee59cb10a1d19b40c95 (patch)
tree79440683c2b4ad71d292fb3ccc3161371cccb578
parentcb8a010e028d27ee646ddd61d74b588434691703 (diff)
downloadperl-9bc662c9c4c134e410446ee59cb10a1d19b40c95.tar.gz
Work around Parse-CPAN-Meta's desire to run a command at 'make test' time. - Commit the generated file
-rw-r--r--MANIFEST1
-rwxr-xr-xPorting/Maintainers.pl3
-rw-r--r--cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.ymlbin0 -> 22 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 52c08455bb..05ae845e22 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 15ef465be4..b7f137dae0 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 0000000000..b9230ebb5a
--- /dev/null
+++ b/cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml
Binary files differ