[Catalyst] Catalyst::setup_components in 5.49_04

Chad House chadh at pobox.com
Thu Nov 10 16:52:17 CET 2005


My YAML config setup stopped working under 5.49_04.

The setup_components sub in Catalyst.pm now seems to be calling
class2classsuffix on $class (e.g., MyApp), rather than $component
(e.g., MyApp::Model::Foo). The former will just return 'MyApp' instead
of 'Model::Foo', thus failing to find the right config entry.

Cheers,

Chad



More information about the Catalyst mailing list