Hi,
src/cpan/*/MANIFEST files in the pcp-3.6.4-1.src.tar.gz release tarball
erroneously include entries for META.yml, this causes a build failure
when processing the create_distdir target on some platforms:
/usr/bin/perl "-MExtUtils::Manifest=manicopy,maniread" \
-e "manicopy(maniread(),'PCP-PMDA-1.13', 'best');"
-e: META.yml not found at -e line 1
Can't read META.yml: No such file or directory
META.yml should not exist in the MANIFEST file prior to build time, it
is generated and added to MANIFEST automatically during the build
process.
The entry is not present in the upstream source tree.
Cheers, David
|