CAM-App
view release on metacpan or search on metacpan
lib/CAM/App.pm view on Meta::CPAN
$cgidir =~ s,\\\\+$,\\,g; # change "path\\\path" to "path\path"
}
return $cgidir;
}
#--------------------------------#
=item authenticate
Test the login information, if any. Currently no tests are performed
-- this is a no-op. Subclasses may override this method to test login
credentials. Even though it's currently trivial, subclass methods
should alway include the line:
return undef if (!$self->SUPER::authenticate());
In case the parent authenticate() method adds a test in the future.
=cut
sub authenticate {
my $self = shift;
( run in 0.549 second using v1.01-cache-2.11-cpan-a5abf4f5562 )