NAME

    Plack::Middleware::Debug::HTML::Mason - Debug info for old HTML::Mason
    apps.

VERSION

    version 0.2

SYNOPSIS

            # add this to your mason configuration
            plugins => ['Plack::Middleware::Debug::HTML::Mason::Plugin']
            
            # and then enable the middleware
            enable 'Debug::HTML::Mason';

DESCRIPTION

    Provides a call tree and some basic configuration information for a
    request processed by HTML::Mason.

TODO

      * The docs are pretty middling at the moment.

AUTHORS

        Chris Reinhardt
        crein@cpan.org
    
        David Hand
        cogent@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.

SEE ALSO

    Plack::Middleware::Debug, HTML::Mason, perl(1)