Subject: | Generated MANIFEST.SKIP contains duplicates, provoking Test::DistManifest warnings |
The MANIFEST.SKIP generated if you do not have one, contains duplicate
lines, which provokes warnings from Test::DistManifest:
t/95-manifest.t ........ 1/4 Duplicate file or mask ^MYMETA\. at
/usr/local/share/perl/5.10.1/Test/DistManifest.pm line 211
Duplicate file or mask \bBuild$ at
/usr/local/share/perl/5.10.1/Test/DistManifest.pm line 211
Duplicate file or mask \bBuild.bat$ at
/usr/local/share/perl/5.10.1/Test/DistManifest.pm line 211
Duplicate file or mask \bBuild.COM$ at
/usr/local/share/perl/5.10.1/Test/DistManifest.pm line 211
Duplicate file or mask \bBUILD.COM$ at
/usr/local/share/perl/5.10.1/Test/DistManifest.pm line 211
Duplicate file or mask \bbuild.com$ at
/usr/local/share/perl/5.10.1/Test/DistManifest.pm line 211
Whether the fault lies in Module::Build or Test::DistManifest I couldn't
say, however patching Module::Build seems likely to provide a more
effective way to fix the issue since that module version is under the
control of the distribution author rather than the end-user.
Flagged as unimportant since you can manually edit the MANIFEST.SKIP to
remove the duplicates, and it's only warnings rather than test failures.