Acme-ExceptionEater
view release on metacpan or search on metacpan
lib/Acme/ExceptionEater.pm view on Meta::CPAN
# $@ is still ''
=head1 DESCRIPTION
Placing an Acme::ExceptionEater object in a lexical in the
outer-most scope of an C<eval> will prevent exceptions from
escaping the C<eval> where they may confuse, annoy, frighten,
or inform others.
Simply instanciate an Acme::ExceptionEater object at the
start of the C<eval>. When the eater goes out of scope and
Perl does garbage collection, it will eat any exceptions
that might be waiting to pass on their final words to
the code after the C<eval>.
=head1 METHODS
=over 4
=item new
( run in 0.218 second using v1.01-cache-2.11-cpan-0d8aa00de5b )