Acme-JavaTrace
view release on metacpan or search on metacpan
lib/Acme/JavaTrace.pm view on Meta::CPAN
is more professional than Perl's way. C<< </buzzword> >>
This is achieved by modifying the functions C<warn()> and C<die()>
in order to replace the standard messages by complete stack traces
that precisely indicates how and where the error or warning occurred.
Other than this, their use should stay unchanged, even when using
C<die()> inside C<eval()>.
For a explanation of why I wrote this module, you can read the slides
of my lightning talk I<Entreprise Perl>, available here:
L<http://maddingue.org/conferences/yapc-eu-2004/entreprise-perl/>
=head1 OPTIONS
Options can be set at import time using:
perl -wMDevel::SimpleTrace=option1,option2
or
( run in 2.448 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )