Subject: | Module::Build subclass fails prereq_matches_use |
I usually use a Module::Build subclass (named My_Build) to install my
modules. Unfortunately, CPANTS seems to think that My_Build.pm gets
installed. Therefore, it complains that Module::Build is not listed in
'requires' (it is listed in 'build_requires').
For example, http://cpants.perl.org/dist/errors/PostScript-Calendar
shows "Undefined prereqs: Module-Build". (Even worse, Text::Wrapper is
also listed as failing prereq_matches_use, but
http://cpants.perl.org/dist/errors/Text-Wrapper shows no errors in
prereq. I'm assuming that's also failing because of My_Build, but I
don't really know.)