Name: | perl-autodie |
Version: | 2.34 |
Release: | 1.module+el8.10.0+90267+7012ad3b |
Architecture: | noarch |
Module: | perl:5.32:8100020240409120442:9fe1d287
|
Group: | Unspecified |
Size: | 220087 |
License: | GPL+ or Artistic |
RPM: |
perl-autodie-2.34-1.module+el8.10.0+90267+7012ad3b.noarch.rpm
|
Source RPM: |
perl-autodie-2.34-1.module+el8.10.0+90267+7012ad3b.src.rpm
|
Build Date: | Tue Apr 09 2024 |
Build Host: | build-ol8-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". |