Name: | perl-autodie |
Version: | 2.37 |
Release: | 512.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 219682 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-autodie-2.37-512.el10.noarch.rpm
|
Source RPM: |
perl-autodie-2.37-512.el10.src.rpm
|
Build Date: | Mon Jan 27 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/autodie |
Summary: | Replace functions with ones that succeed or die |
Description: | The "autodie" and "Fatal" pragma provides a convenient way to replace
functions that normally return false on failure with equivalents that throw an
exception on failure.
However "Fatal" has been obsoleted by the new autodie pragma. Please use
autodie in preference to "Fatal". |