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


in reply to Catalyst - components from other namespace

CatalystX::InjectComponent allows you to inject arbitrary classes into your app, but I have to ask what you're trying to achieve by this? If you want to use a, say, Moose class, as a model for instance, you can use Catalyst::Model::Adaptor.

mtfnpy