Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-autodie | Distribution: Mageia |
Version: 2.370.0 | Vendor: Mageia.Org |
Release: 1.mga10 | Build date: Mon Jan 1 17:44:14 2024 |
Group: Development/Perl | Build host: localhost |
Size: 223322 | Source RPM: perl-autodie-2.370.0-1.mga10.src.rpm |
Packager: tv <tv> | |
Url: https://metacpan.org/release/autodie | |
Summary: Lexically have functions succeed or die |
'Fatal' provides a way to conveniently replace functions which normally return a false value when they fail with equivalents which raise exceptions if they are not successful. This lets you use these functions without having to test their return values explicitly on each call. Exceptions can be caught using 'eval{}'. See perlfunc and perlvar for details. The do-or-die equivalents are set up simply by calling Fatal's 'import' routine, passing it the names of the functions to be replaced. You may wrap both user-defined functions and overrideable CORE operators (except 'exec', 'system', 'print', or any other built-in that cannot be expressed via prototypes) in this way. If the symbol ':void' appears in the import list, then functions named later in that import list raise an exception only when these are called in void context--that is, when their return values are ignored. For example
GPL+ or Artistic
* Mon Jan 01 2024 tv <tv> 2.370.0-1.mga10 + Revision: 2025410 - update to 2.37 * Fri Feb 03 2023 tv <tv> 2.360.0-1.mga9 + Revision: 1937945 - update to 2.36 * Mon Mar 21 2022 umeabot <umeabot> 2.340.0-2.mga9 + Revision: 1814150 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-autodie /usr/share/doc/perl-autodie/AUTHORS /usr/share/doc/perl-autodie/Changes /usr/share/doc/perl-autodie/LICENSE /usr/share/doc/perl-autodie/META.json /usr/share/doc/perl-autodie/META.yml /usr/share/doc/perl-autodie/MYMETA.yml /usr/share/man/man3/Fatal.3pm.xz /usr/share/man/man3/autodie.3pm.xz /usr/share/man/man3/autodie::Scope::Guard.3pm.xz /usr/share/man/man3/autodie::Scope::GuardStack.3pm.xz /usr/share/man/man3/autodie::Util.3pm.xz /usr/share/man/man3/autodie::exception.3pm.xz /usr/share/man/man3/autodie::exception::system.3pm.xz /usr/share/man/man3/autodie::hints.3pm.xz /usr/share/man/man3/autodie::skip.3pm.xz /usr/share/perl5/vendor_perl/Fatal.pm /usr/share/perl5/vendor_perl/autodie /usr/share/perl5/vendor_perl/autodie.pm /usr/share/perl5/vendor_perl/autodie/Scope /usr/share/perl5/vendor_perl/autodie/Scope/Guard.pm /usr/share/perl5/vendor_perl/autodie/Scope/GuardStack.pm /usr/share/perl5/vendor_perl/autodie/Util.pm /usr/share/perl5/vendor_perl/autodie/exception /usr/share/perl5/vendor_perl/autodie/exception.pm /usr/share/perl5/vendor_perl/autodie/exception/system.pm /usr/share/perl5/vendor_perl/autodie/hints.pm /usr/share/perl5/vendor_perl/autodie/skip.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 22 06:23:59 2024