| Name: | perl-Exception-Class-TryCatch |
|---|---|
| Version: | 1.12 |
| Release: | 13.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 51199 |
| License: | ASL 2.0 |
| RPM: | perl-Exception-Class-TryCatch-1.12-13.el7.noarch.rpm |
| Source RPM: | perl-Exception-Class-TryCatch-1.12-13.el7.src.rpm |
| Build Date: | Thu Nov 02 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Exception-Class-TryCatch/ |
| Summary: | Syntactic try/catch sugar for use with Exception::Class |
| Description: | Exception::Class::TryCatch provides syntactic sugar for use with Exception::Class using the familiar keywords try and catch. Its primary objective is to allow users to avoid dealing directly with $@ by ensuring that any exceptions caught in an eval are captured as Exception::Class objects, whether they were thrown objects to begin with or whether the error resulted from die. This means that users may immediately use isa and various Exception::Class methods to process the exception. |