Name: | perl-Throwable |
---|---|
Version: | 0.102080 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 34761 |
License: | GPL+ or Artistic |
RPM: | perl-Throwable-0.102080-10.el7.noarch.rpm |
Source RPM: | perl-Throwable-0.102080-10.el7.src.rpm |
Build Date: | Mon Nov 27 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
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. |