| Name: | perl-Exception-Class-TryCatch |
| Version: | 1.13 |
| Release: | 16.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 42811 |
| License: | ASL 2.0 |
| RPM: |
perl-Exception-Class-TryCatch-1.13-16.el8.noarch.rpm
|
| Source RPM: |
perl-Exception-Class-TryCatch-1.13-16.el8.src.rpm
|
| Build Date: | Tue Jan 07 2020 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/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. |