I have a catalyst script that is running fine when I call it as

/usr/local/perl-5.10.1/bin/perl -I ~/sources/andk-cpan-tools/CPAN-Blame/lib 
~/sources/andk-cpan-tools/CPAN-Blame/script/cpan_blame_server.pl

But when I set the envariable and call it the same way

CATALYST_ENGINE='HTTP::Prefork' /usr/local/perl-5.10.1/bin/perl -I 
~/sources/andk-cpan-tools/CPAN-Blame/lib 
~/sources/andk-cpan-tools/CPAN-Blame/script/cpan_blame_server.pl

then it dies with

Can't use an undefined value as an ARRAY reference at 
/usr/local/perl-5.10.1/lib/site_perl/5.10.1/Catalyst/Engine/HTTP/Prefork.pm 
line 35.

I found the instruction how to start with a prefork engine in the wiki
page http://wiki.catalystframework.org/wiki/deployment.

What am I doing wrong and how to go about debugging it?

Thanks,
-- 
andreas

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to