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