Subject: | Code not needed - already possible as Catalyst uses Module::Pluggable to load components. |
This controller isn't needed - Catalyst already supports the
functionality via Module::Pluggable
http://lumberjaph.net/blog/index.php/2009/06/25/how-to-prevent-some-components-to-be-loaded-by-catalyst/
Drop the following into your config:
setup_components:
except:
- MyApp::Controller::AAAA