NAME
Catalyst::Plugin::Firebug - Catalyst plugin for Firebug Lite
SYNOPSIS
use Catalyst qw/Firebug/;
DESCRIPTION
Catalyst plugin for Firebug Lite.
If you load this plugin, and your app running on debug mode or $ENV{FIREBUG_DEBUG} is set, this plugin insert firebug lite tags to its output automaticaly.
CONFIGURATION
You can specify firebug.js path by following config:
$c->config->{firebug}{path} = '/path/to/firebug.js';
Default path is '/js/firebug/firebug.js'.
SEE ALSO
Firebug, http://getfirebug.com/
Firebug Lite, http://getfirebug.com/lite.html
EXTENDED METHODS
finalize
AUTHOR
Daisuke Murase <typester@cpan.org>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.