On Sat, Jun 19, 2010 at 12:51 AM, Jerry Kaidor <je...@tr2.com> wrote:
>    I'm trying to create a new driver for CAP::Authentication.  When I run
> my program, it says:
> ------- snip ----------
> Error executing class callback in prerun stage: Driver MULTI_DBI can not
> be found at
> /usr/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin/Authentication.pm
> line 1096.
> --------- endsnip -------
>
>   I put my driver ( MULTI_DBI.pm ) in the same directory as the existing
> drivers.  It has the same ownership and permissions as the existing
> drivers.

What does your 'package' line at the top of your module look like?  It
should be:

package CGI::Application::Plugin::Authentication::Driver::MULTI_DBI;

Cheers,

Cees

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to