Name: | perl-Throwable |
---|---|
Epoch: | 1 |
Version: | 1.000 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 45467 |
License: | GPL+ or Artistic |
RPM: | perl-Throwable-1.000-2.el9.noarch.rpm |
Source RPM: | perl-Throwable-1.000-2.el9.src.rpm |
Build Date: | Mon Feb 07 2022 |
Build Host: | build-ol9-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. |