Subject: | Devel::Cover: Can't open accessor |
In my Moose dependent module, whenever I prove my test suite under
Devel::Cover, every time I instantiate my object and for each and
every attribute defined in my module, I get a line of output reading:
sprintf "Devel::Cover: Can't open accessor %s defined at %s for MD5
digest: No such file or directory", $arbitrary_attribute,
$MyModuleName_pm
All works well, but I find the output annoying and would love
to have a switch which would suppress it.
Also, I imagine as a consequence, the coverage report shows
no coverage of any of the attributes, even though they have
clearly been exercised by the test suite.