NAME

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

VERSION

    version 0.1

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.