Name: | perl-Throwable |
Epoch: | 1 |
Version: | 1.001 |
Release: | 6.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 44846 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Throwable-1.001-6.el10_0.noarch.rpm
|
Source RPM: |
perl-Throwable-1.001-6.el10_0.src.rpm
|
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Throwable |
Summary: | Role for classes that can be thrown |
Description: | Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self. |