Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Exception-Class | Distribution: openSUSE Tumbleweed |
Version: 1.45 | Vendor: openSUSE |
Release: 1.16 | Build date: Mon May 3 05:08:27 2021 |
Group: Unspecified | Build host: reproducible |
Size: 96582 | Source RPM: perl-Exception-Class-1.45-1.16.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Exception-Class | |
Summary: Module that allows you to declare real exception classes in Perl |
*RECOMMENDATION 1*: If you are writing modern Perl code with Moose or Moo I highly recommend using Throwable instead of this module. *RECOMMENDATION 2*: Whether or not you use Throwable, you should use Try::Tiny. Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner. It features a simple interface allowing programmers to 'declare' exception classes at compile time. It also has a base exception class, Exception::Class::Base, that can be easily extended. It is designed to make structured exception handling simpler and better by encouraging people to use hierarchies of exceptions in their applications, as opposed to a single catch-all exception class. This module does not implement any try/catch syntax. Please see the "OTHER EXCEPTION MODULES (try/catch syntax)" section for more information on how to get this syntax. You will also want to look at the documentation for Exception::Class::Base, which is the default base class for all exception objects created by this module.
Artistic-1.0 OR GPL-1.0-or-later
* Mon May 03 2021 Tina Müller <timueller+perl@suse.de> - updated to 1.45 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.45 2021-05-02 - The field names for an exception are now checked to ensure that they are valid Perl identifiers. Implemented by brian d foy. PR #13. * Mon Dec 11 2017 coolo@suse.com - updated to 1.44 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.44 2017-12-10 - You can now pass "frame_filter", "filter_frames_early", and "skip_frames" to the throw() method of an exception class. These will be passed on to the Devel::StackTrace constructor. Requested by Frédéric Brière. GH #6. * Mon Jul 10 2017 coolo@suse.com - updated to 1.43 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.43 2017-07-09 - The full_message() method in Exception::Class::Base now calls message() instead of accessing the object's hash key. This makes it easier to override message() in a subclass. Patch by Alexander Batyrshin. PR #11. * Fri Jan 06 2017 coolo@suse.com - updated to 1.42 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.42 2017-01-04 - Generated exception classes are now added to %INC. If you subclass a generated class with "use base" then base.pm will no longer attempt to load the requested class. Patch by Todd Rinaldo. PR #8. * Thu Dec 08 2016 coolo@suse.com - updated to 1.41 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.41 2016-12-07 - Switch to GitHub Issues. * Sun Feb 07 2016 coolo@suse.com - updated to 1.40 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.40 2016-01-29 - Fixed broken metadata. Reported by Slaven Rezić. GitHub #3. * Thu Apr 16 2015 coolo@suse.com - updated to 1.39 see /usr/share/doc/packages/perl-Exception-Class/Changes 1.39 2014-11-01 - Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to match changes in Devel::StackTrace 2.00. The old method is deprecated but will continue to work. 1.38 2014-05-05 - An exception without a message will now default to either the associated exception class description or the string "[Generic exception]". Patch by Ricardo Signes. PR #2. - Added field_hash() and context_hash() methods. Patch by Ricardo Signes. PR [#1]. * Sat May 11 2013 lars@linux-schulserver.de - update to 1.37: + I now recommend you use Throwable instead of this module. It has a nicer, more modern interface. + Fixed various bugs and confusion in the docs. + fixed some tests + added Class::Data::Inheritable dependency + fixed declaration of prereqs - fix build with old Test::More version - build parallel * Tue Dec 20 2011 cfarrell@suse.com - license update: Artistic-2.0 This is _not_ the standard Perl license. See the LICENSE file for details (Artistic-2.0) * Wed Dec 14 2011 coolo@suse.com - fix license to be in spdx.org format
/usr/lib/perl5/vendor_perl/5.40.0/Exception /usr/lib/perl5/vendor_perl/5.40.0/Exception/Class /usr/lib/perl5/vendor_perl/5.40.0/Exception/Class.pm /usr/lib/perl5/vendor_perl/5.40.0/Exception/Class/Base.pm /usr/share/doc/packages/perl-Exception-Class /usr/share/doc/packages/perl-Exception-Class/CODE_OF_CONDUCT.md /usr/share/doc/packages/perl-Exception-Class/CONTRIBUTING.md /usr/share/doc/packages/perl-Exception-Class/Changes /usr/share/doc/packages/perl-Exception-Class/README.md /usr/share/doc/packages/perl-Exception-Class/azure-pipelines.yml /usr/share/doc/packages/perl-Exception-Class/precious.toml /usr/share/licenses/perl-Exception-Class /usr/share/licenses/perl-Exception-Class/LICENSE /usr/share/man/man3/Exception::Class.3pm.gz /usr/share/man/man3/Exception::Class::Base.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025