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.