Subject: | Undeclared dependency on Test::NoWarnings |
While watching results on cpantesters I found
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3206466.html
revealing the missing prerequisite on Test::NoWarnings.
It would be nice if you could declare that in your Makefile.PL like so
PREREQ_PM => {'Test::NoWarnings' => '0.084'},
or whatever version you require to make automated installations possible.
Thanks,