The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sledge::Plugin::DebugMessage - show the debug message

SYNOPSIS

    package Your::Pages;
    use Sledge::Plugin::DebugMessage;

DESCRIPTION

Sledge::Plugin::DebugMessage is debug utility for Sledge.

You can see the request, template parameters, session parameters, and any debug messages, in your html footer.

METHODS

debug

    $a->debug('USER' => $user);

set the debug message.

AUTHOR

MATSUNO Tokuhiro <tokuhiro at mobilefactory.jp>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Bundle::Sledge, Sledge::Plugin::DebugScreen