NAME
CatalystX::REPL - read-eval-print-loop for debugging your Catalyst application
VERSION
version 0.01
SYNOPSIS
package MyApp;
use Moose;
extends 'Catalyst';
with 'CatalystX::REPL';
__PACKAGE__->setup(qw/-Debug/);
1;
DESCRIPTION
This role automatically sets up Carp::REPL after starting your application, if the CATALYST_REPL
or MYAPP_REPL
environment variabeles are set.
AUTHORS
Tomas Doram <bobtfish@bobtfish.net>
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Florian Ragwitz.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.