diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-07-29 20:30:44 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-08-19 20:27:29 +0200 |
commit | 4ef422df91dd7930bf44a43b30a58819dd2ba9a2 (patch) | |
tree | e84cff9a8870e7f6909914d0b2ad4b840696cdf3 /Makefile.SH | |
parent | c6c7826a32eeced7f6784af8e9640de9807f5444 (diff) | |
download | perl-4ef422df91dd7930bf44a43b30a58819dd2ba9a2.tar.gz |
When cross-compiling, copy cpan/Module-Metadata/
cpan/Module-Metadata/t/encoding.t needs some files in the
distribution to pass.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index b8e5580b3d..e1e895c593 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1414,6 +1414,7 @@ test_prep test-prep: test_prep_pre \$(MINIPERL_EXE) \$(unidatafiles) \$(PERL_EXE $to dist/*/t $to ext/*/t $to cpan/Archive-Tar/* + $to cpan/Module-Metadata/* $to cpan/Term-Cap/test.pl $to cpan/Pod-Usage/* $to cpan/Pod-Parser/* |