[Maypole] 2.08 Plugin (Loader?) problem

Simon Flack sf@flacks.net
Tue, 25 Jan 2005 16:42:55 +0000


Rolf Schaufelberger wrote:
> Hi,
>  I've just installed the 2.08 version and now my Plugins aren't executed.
> I  have 
> use Maypole::Application qw( /-Debug -Loader/ ;
> in my module and I see :
> 
> Debugging enabled 
> at /usr/local/lib/perl5/site_perl/5.8.5/Maypole/Application.pm line 22.
> Loaded plugin: Maypole::Plugin::Loader 
> at /usr/local/lib/perl5/site_perl/5.8.5/Maypole/Application.pm line 30.
> 
> in my error_log, but Loader->setup doesn't get called.

That was an error on my part, I broke the order that plugins were added 
to @ISA. Expect a 2.09 in a couple of hours.

I should have tested it more thoroughly, but there's no documentation on 
what's expected of a plugin. But I made a false assumption and that's my 
fault.

Simon