use Catalyst qw/Authentication/;
my $status = $c->authenticate(
{
username => $username,
password => $password
}
);
but no need to load Catalyst::Log when I use log like the following:
$c->log->debug('test')
Does that mean Catalyst context ($c) comes with some default loaded modules like Catalyst::Log ?
Where can I get a document listing such default loaded modules?
Thanks a lot in advance.In reply to A question of Catalyst by sman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |