[Catalyst] External plugins

Michael Richards mdrichards at gmail.com
Tue Feb 14 23:06:40 CET 2006


On 2/14/06, Ovid <publiustemp-catalyst at yahoo.com> wrote:
> We have an app which uses Catalyst.  However, the plugins can
> theoretically not be Catalyst specific.  As far as I can tell, the only
> way to use a plugin which doesn't start with "Catalyst::Plugin::" is to
> do this:
>
>   use base 'Some::Plugin::In::Another::Namespace';

Why not write a Catalyst::Plugin:: wrapper around your module? Many
(most?) Catalyst::Plugin modules are just that.



More information about the Catalyst mailing list