I'm trying to install Catalyst::Plugin::Continuation but it fails to install
in Catalyst 5.7010.
It appears that $c->stats is undef when Continuation is loaded. I tried to
dive in the code but it's too much for me.
Hope someone more smarter can look at it.
Here goes the make test:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use...............ok
t/02pod...............skipped
all skipped: set TEST_POD to enable this test
t/03podcoverage.......skipped
all skipped: set TEST_POD to enable this test
t/04_diff_req.........ok 1/0[error] Caught exception in engine "Can't call
method "addChild" on an undefined value at /Library/Perl/5.8.6/Catalyst.pm
line 1286."
t/04_diff_req.........NOK 6/0# Failed test at t/04_diff_req.t line 23.
# 500
# Internal Server Error
[... stripped ...]
Cheers
--
Jonas
_______________________________________________
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/