On 11/9/05, Kieren Diment <[EMAIL PROTECTED]> wrote: > I'm trying to move an app over to CDBI::Plain. However, the > documentation doesn't tell me how to load plugins. > > I had in my code: > > use Maypole::Application qw(-Debug Authentication::Abstract > Authorization); > > now I'm supposed to put > use base 'Maypole::Application'; > > I don't know where I'm supposed to put qw(-Debug > Authentication::Abstract Authorization);
Should just work with the former (i.e. normal) usage. The latter is out of date. d. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Maypole-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-users
