[Catalyst] Here's my shot at an app to install Catalyst Dependencies

Adam Jacob adam at stalecoffee.org
Fri Feb 10 06:17:47 CET 2006


On Feb 9, 2006, at 11:33 AM, Nathan Kurz wrote:
> Although this may have been the case in the past, in some cases the
> problem now is that the dependencies are simply not listed.  For
> example, Catalyst::Log:Log4Perl has a Makefile.PL with these  
> requirements:
>     PREREQ_PM => {
>         Catalyst           => '5.30',
>         'Log::Log4perl' => 0,
>     },
> But on Line 60 of Log4Perl.pm, it says "use Params::Validate;".
>
> This is an unlisted requirement that causes the CPAN install to fail.
> Is there a reason not to add this requirement?  If not, could someone
> with SVN access just add this?  And perhaps for do the same for the
> small handful of other unlisted requirements that have been noted?

omega added this and a handful of other changes (bringing it in line  
with the latest Catalyst::Log interface) today.  I'll test it and  
push it to CPAN.

http://dev.catalyst.perl.org/changeset/3284

Adam




More information about the Catalyst mailing list