Subject: | Tests fail under Module::Build with HTML docs enabled |
Module::Build v0.2611 has a flaw that when HTML documentation is created from POD, a pair of temp files are left in the distribution directory. I believe this is fixed in the dev branch of Module::Build (soon to be 0.28) but currently, Test::Distribution is faling tests with this message:
Primary key fingerprint: 6238 D0CB 85AB 3FDA C42E 29DE 6C3D 5F33 D339 CAD2
Not in MANIFEST: pod2htmd.tmp
Not in MANIFEST: pod2htmi.tmp
==> MISMATCHED content between MANIFEST and distribution files! <==
# Failed test 'Valid signature'
t/08sig........................NOK 1# in /Users/chris/.cpanplus/5.8.6/build/Test-Distribution-1.22/blib/lib/Test/Distribution.pm at line 372.
# got: -5
# expected: 0
# Looks like you failed 1 test of 2.
I'm not sure what is the best workaround. Is there some way to tell the signature check to ignore those files? Perhaps with MANIFEST.SKIP??? Otherwise perhaps users like me should just wait patiently for the new Module::Build...
-- Chris