Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 45219
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: MAROS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 5.80002
Fixed in: 5.80003



Subject: startup problem with chains
After upgrading to the latest version, catalyst won't start anymore. I get the following error message: Can't call method "reverse" on an undefined value at /opt/perl5.10/lib/site_perl/5.10.0/Catalyst/DispatchType/Chained.pm line 115. Adding a definedness-check to the mentioned line fixes the problem for me. Attached a Test application which reproduces the problem: CATALYST_DEBUG=1 perl -MTestAppChainedFail -E "TestAppChainedFail->run()"
Subject: TestAppChainedFail.zip
Download TestAppChainedFail.zip
application/zip 1.5k

Message body not shown because it is not plain text.

Fixed in r9803. Will be part of the next release.