- or download this
Caught exception in tutorial::Controller::Users->logon "Can't locate o
+bject method "login" via package "tutorial" at /home/bric1/tutorial/s
+cript/../lib/tutorial/Controller/Users.pm line 24."
- or download this
use Catalyst qw/-Debug Static::Simple Authentication
Authentication::Store::Minimal
Authentication::Credential::Password/;
- or download this
sub login : Local {
my ($self, $c) = @_;
...
$c->stash->{message} = "Welcome " . $c->user->id;
}
}