The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Plack::Middleware::Firebug::Lite - Plack middleware to insert Firebug Lite code into HTML.

VERSION

version 0.2.3

DESCRIPTION

This module will insert Firebug Lite code into HTML. Currently it will check if Content-Type is text/html.

SYNOPSIS

builder {
# Use stable channel from official site.
enable 'Firebug::Lite';
# or, use local copy
enable 'Firebug::Lite', url => '/local/path/to/firebug-lite.js';
$app;
}

AUTHOR

Gea-Suan Lin, <gslin at gslin.org>

LICENSE AND COPYRIGHT

Copyright 2011 Gea-Suan Lin.

This software is released under 3-clause BSD license. See http://www.opensource.org/licenses/bsd-license.php for more information.