Subject: | Missing dependencies |
Please amend your Makefile.PL to the following:
WriteMakefile(
'NAME' => 'Pod::GroveBuilder',
'VERSION_FROM' => 'GroveBuilder.pm',
'PREREQ_PM' => {
'SGML::SPGrove' => 0
},
dist => {'COMPRESS' => 'gzip', 'SUFFIX' => '.gz'},
);
This may help to resolve the current CPAN Tester FAIL reports [1,2].
[1]
http://www.cpantesters.org/distro/P/Pod-GroveBuilder.html#Pod-GroveBuilder-0.01
[2] http://stats.cpantesters.org/wpcent.html (number 14)