http://www.perlmonks.org?node_id=1052167


in reply to How to NOT load a Catalyst Model?

Fer teh ages–

What kyle said. If one does this then one can effectively short circuit or mock/neuter your model via config.

# YAML config production- MyApp::Model::SomeClass: class: NotMyApp::SomeClass # YAML config LOCAL config- MyApp::Model::SomeClass: class: NotMyApp::UCLAtehMOKclass