Subject: | Missing dependency on Pod::Markdown |
Hi:
I've discovered a bug which is either due to this module, or your use in
Test::Compile. See these failing builds/UNKNOWN test reports:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/10/msg5506888.html
Basically, you're using Pod::Markdown etc without explicitly requiring
it. Maybe this M::I extension should inject "Pod::Markdown" as a
configure_requires. This results in failures to build from source.
Cheers,
Jonathan