Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Store-LDAP CPAN distribution.

Report information
The Basics
Id: 67032
Status: rejected
Priority: 0/
Queue: Catalyst-Authentication-Store-LDAP

People
Owner: bobtfish [...] bobtfish.net
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Catalyst not declared as prereq?
While this is unnecessary for a human installer it might be useful to declare the prerequisite for automatic test systems, especially to prevent from unnecessary fail reports if Catalyst is not yet installed. Regards, Slaven
On Mon Mar 28 16:57:50 2011, SREZIC wrote: Show quoted text
> While this is unnecessary for a human installer it might be useful to > declare the prerequisite for automatic test systems, especially to > prevent from unnecessary fail reports if Catalyst is not yet installed.
Catalyst::Runtime shouldn't need to be declared specifically as a prerequisite, as this module depends on Catalyst::Plugin::Authentication (which itself depends on Catalyst::Runtime). Therefore dependencies should theoretically be detected and installed correctly by automatic test systems.