Name: | perl-Throwable |
---|---|
Version: | 0.102080 |
Release: | 11.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 34761 |
License: | GPL+ or Artistic |
RPM: | perl-Throwable-0.102080-11.el7.noarch.rpm |
Source RPM: | perl-Throwable-0.102080-11.el7.src.rpm |
Build Date: | Fri Apr 02 2021 |
Build Host: | dbc3a181a33446b3acd6ffca7aa6036e |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |