On 12/27/06, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
Hi,
Is there a way to see what's happening when doing:
$c->login($username, $password);
Hi Octavian,
You might have already tried this, but have you watched it under the
Perl debugger by starting the dev server with:
perl -d script/myapp_server.pl
In case they are helpful, there are also a few other tips for
debugging Cat at the bottom of Catalyst::Manual::Tutorial::Debugging.
Regards,
Kennedy
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/