gnosti has asked for the wisdom of the Perl Monks concerning the following question:
Greetings,
My dist, Audio::Nama, built with Module::Install gets test failures under *bsd. The cpantesters reports, for example, this report says the build process can't find Audio::Nama::AnalyseLV2.pm, which is part of the dist.
I don't know what has changed in my environment since previous release already a couple years ago, that generated no such report.
The report suggests adding modules to PREREQ_PM, however I would think a dist shouldn't have to list its own modules as prerequisites. Can you suggest anything?
Thanks for your attention.
Back to
Seekers of Perl Wisdom