Skip Menu |

This queue is for tickets about the BatchSystem-SBS CPAN distribution.

Report information
The Basics
Id: 41692
Status: new
Priority: 0/
Queue: BatchSystem-SBS

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.41
Fixed in: (no value)



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