Exception-Class-Try-Catch

Try::Catch for Exception::Class


License
Artistic-1.0-Perl

Documentation

Exception-Class-Try-Catch
=========================

Exception::Class::Try::Catch provides try/catch syntactic sugar from
Try::Catch for Exception::Class object exceptions. See the POD of the
lib/Exception/Class/Try/Catch.pm for details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

strict
warnings
Carp
Exception::Class::Base
Exporter 5.57
Scalar::Util
Try::Catch

COPYRIGHT AND LICENCE

Copyright (C) 2017 by Pali <pali@cpan.org>

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