This is Perl module Catalyst::Plugin::Firebug. INSTALLATION Catalyst::Plugin::Firebug installation is straightforward. If your CPAN shell is set up, you should just be able to do % cpan Catalyst::Plugin::Firebug Download it, unpack it, then build it as per the usual: % perl Makefile.PL % make && make test Then install it: % make install DOCUMENTATION Catalyst::Plugin::Firebug documentation is available as in POD. So you can do: % perldoc Catalyst::Plugin::Firebug to read the documentation online with your favorite pager. Daisuke Murase