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.320.0 | Vendor: Mageia.Org |
Release: 2.mga8 | Build date: Wed Feb 19 06:20:37 2020 |
Group: Development/Perl | Build host: localhost |
Size: 223120 | Source RPM: perl-autodie-2.320.0-2.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: http://search.cpan.org/dist/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 the perlfunc manpage and the perlvar manpage 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 overridable 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
* Wed Feb 19 2020 umeabot <umeabot> 2.320.0-2.mga8 + Revision: 1543175 - Mageia 8 Mass Rebuild * Fri Jan 17 2020 tv <tv> 2.320.0-1.mga8 + Revision: 1481206 - update to 2.32 * Fri Jan 10 2020 tv <tv> 2.310.0-1.mga8 + Revision: 1477468 - update to 2.31 * Wed Jan 08 2020 tv <tv> 2.300.0-1.mga8 + Revision: 1477251 - BR perl(IPC::System::Simple) - update to 2.30 * Wed Sep 19 2018 umeabot <umeabot> 2.290.0-4.mga7 + Revision: 1265722 - Mageia 7 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, Sun Oct 13 08:20:58 2024