[Catalyst] Problem with dependencies in Makefile.PL

Jonathan Rockway jon at jrock.us
Tue Feb 6 00:41:13 GMT 2007


On Monday 05 February 2007 15:22, Svilen Ivanov wrote:
> If the module enlisted there has unsatisfied dependencies, it doesn't
> install them automatically nor at least ask for confirmation. For
> example, C::P::Session module requires 2 CPAN modules:
> Object::Signature and Test::Deep which aren't installed and build

Sounds like your CPAN config might be broken.  What's prerequisites_policy   
set to in your CPAN config?  (You can check by running the cpan shell and 
typing "o conf prerequisites_policy".)  If it's not "yes", try setting it to 
yes and re-running make.

If that doesn't work, it would be helpful if you provide the output of "o 
conf" and the log from typing "install Catalyst::Plugin::Session" in the CPAN 
shell.

Regards,
Jonathan Rockway

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: not available
Url : http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070205/aee64c2f/attachment.pgp


More information about the Catalyst mailing list