=head1 NAME Log::Report::Dispatcher::Perl - send messages to die and warn =head1 INHERITANCE Log::Report::Dispatcher::Perl is a Log::Report::Dispatcher =head1 SYNOPSIS dispatcher Log::Report::Dispatcher::Perl => 'default' , accept => 'NOTICE-'; # close the default dispatcher dispatcher close => 'default'; =head1 DESCRIPTION Ventilate the problem reports via the standard Perl error mechanisms: C, C, and C. There can be only one such dispatcher (per thread), because once C is called, we are not able to return. Therefore, this dispatcher will always be called last. In the early releases of Log::Report, it tried to simulate the behavior of warn and die using STDERR and exit; however: that is not possible. =head1 METHODS =head2 Constructors =over 4 =item $obj-EB() See L =item Log::Report::Dispatcher::Perl-EB(TYPE, NAME, OPTIONS) See L =back =head2 Accessors =over 4 =item $obj-EB() See L =item $obj-EB() See L =item $obj-EB() See L =item $obj-EB() See L =item $obj-EB() See L =back =head2 Logging =over 4 =item $obj-EB() =item Log::Report::Dispatcher::Perl-EB() See L =item $obj-EB([MAXDEPTH]) =item Log::Report::Dispatcher::Perl-EB([MAXDEPTH]) See L =item $obj-EB(HASH-of-OPTIONS, REASON, MESSAGE) See L =item $obj-EB(OPTIONS) =item Log::Report::Dispatcher::Perl-EB(OPTIONS) See L =item $obj-EB(HASH-of-OPTIONS, REASON, MESSAGE) See L =back =head1 SEE ALSO This module is part of Log-Report distribution version 0.991, built on November 26, 2012. Website: F =head1 LICENSE Copyrights 2007-2012 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F