Subject: | No automatic installations of PREREQs possible |
It seems that the Build.PL of BatchSystem-SBS explicitly prevents
CPAN.pm or CPANPLUS.pm to automatically install dependencies. In line 60
of Build.PL, there's an explicit die() if prereqs are missing. In order
to be a good citizen and to not force users to manually install
prerequisites, you should just remove this check.
A sample failure report may be seen here at cpantesters:
http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1835976.html
Note that for users who setup CPAN/CPANPLUS to prefer building using
Makefile.PL everything already works.
Regards,
Slaven