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.290.0 | Vendor: Mageia.Org |
Release: 3.mga6 | Build date: Sat Jun 18 19:46:39 2016 |
Group: Development/Perl | Build host: rabbit.mageia.org |
Size: 219139 | Source RPM: perl-autodie-2.290.0-3.mga6.src.rpm |
Packager: pterjan <pterjan> | |
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
* Sat Jun 18 2016 pterjan <pterjan> 2.290.0-3.mga6 + Revision: 1022682 - Rebuild for perl 5.22.2 * Fri Feb 19 2016 umeabot <umeabot> 2.290.0-2.mga6 + Revision: 968546 - Mageia 6 Mass Rebuild * Mon Jul 13 2015 sander85 <sander85> 2.290.0-1.mga6 + Revision: 853563 - update to 2.29 * Sun Jul 05 2015 sander85 <sander85> 2.280.0-1.mga6 + Revision: 851454 - update to 2.28 * Wed Oct 15 2014 umeabot <umeabot> 2.250.0-4.mga5 + Revision: 745608 - Second Mageia 5 Mass Rebuild * Tue Sep 16 2014 umeabot <umeabot> 2.250.0-3.mga5 + Revision: 687012 - Mageia 5 Mass Rebuild * Fri Jun 06 2014 jquelin <jquelin> 2.250.0-2.mga5 + Revision: 634014 - perl 5.20 rebuild * Fri Apr 04 2014 jquelin <jquelin> 2.250.0-1.mga5 + Revision: 611634 - update to 2.25 * Tue Apr 01 2014 jquelin <jquelin> 2.240.0-1.mga5 + Revision: 611090 - update to 2.24 * Mon Feb 10 2014 jquelin <jquelin> 2.230.0-1.mga5 + Revision: 587948 - update to 2.23 * Mon Oct 21 2013 umeabot <umeabot> 2.220.0-2.mga4 + Revision: 536943 - Mageia 4 Mass Rebuild * Wed Sep 25 2013 sander85 <sander85> 2.220.0-1.mga4 + Revision: 485999 - update to 2.22 * Thu Sep 12 2013 sander85 <sander85> 2.210.0-1.mga4 + Revision: 478129 - update to 2.21 * Fri Aug 23 2013 sander85 <sander85> 2.200.0-3.mga4 + Revision: 470203 - Rebuild for new perl * Wed Jun 26 2013 jquelin <jquelin> 2.200.0-2.mga4 + Revision: 447244 - add missing provides * Wed Jun 26 2013 jquelin <jquelin> 2.200.0-1.mga4 + Revision: 447147 - update to 2.20
/usr/lib/perl5/vendor_perl/5.22.2/Fatal.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie /usr/lib/perl5/vendor_perl/5.22.2/autodie.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/Scope /usr/lib/perl5/vendor_perl/5.22.2/autodie/Scope/Guard.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/Scope/GuardStack.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/Util.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/exception /usr/lib/perl5/vendor_perl/5.22.2/autodie/exception.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/exception/system.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/hints.pm /usr/lib/perl5/vendor_perl/5.22.2/autodie/skip.pm /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
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 9 10:00:33 2021