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 |
Message body not shown because it is not plain text.