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

NAME

Egg::Plugin::Debugging - Debugging function is offered for Egg.

SYNOPSIS

  use Egg qw/Debugging/;

DESCRIPTION

The function concerning debugging is offered to Egg.

Egg doesn't operate if there is no debugging method.

Therefore, it is necessary to load the plugin with the debugging method.

METHODS

debugging

The handler object of this plug-in is returned.

debug_alert ( [DISP_STRING] )

HANDLER METHODS

notes ( [MESSAGE] )

The received message is output to STDERR.

* $e->debug_out calls this method.

output

Processing is thrown into Egg::Plugin::Debugging::Screen::output.

simple_bench

Processing is thrown into Egg::Plugin::Debugging::Report::simple_bench.

report

Processing is thrown into Egg::Plugin::Debugging::Report::output.

SEE ALSO

Egg::Plugin::Debugging::Screen Egg::Plugin::Debugging::Report Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.