Commit Graph

17 Commits

Author SHA1 Message Date
Paul Howarth 7c7b2d92c7 Update to 1.45
- New upstream release 1.45
  - The field names for an exception are now checked to ensure that they are
    valid Perl identifiers (GH#13)
- Package new CODE_OF_CONDUCT.md file
- Use author-independent source URL
2021-05-03 13:09:51 +01:00
Paul Howarth 1b89bd956f Update to 1.44
- New upstream release 1.44
  - 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 (GH#6)
2017-12-11 16:14:20 +00:00
Paul Howarth 4352675533 Update to 1.43
- New upstream release 1.43
  - The full_message() method in Exception::Class::Base now calls message()
    instead of accessing the object's hash key, which makes it easier to
    override message() in a subclass (GH#11)
2017-07-10 10:35:24 +01:00
Paul Howarth de2df9f211 Update to 1.42
- New upstream release 1.42
  - 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 (GH#8)
2017-01-05 12:00:52 +00:00
Paul Howarth b1587e9c08 Update to 1.41
- New upstream release 1.41
  - Switch to GitHub Issues
- Author/Release tests moved to xt/, so don't bother trying to run them
2016-12-09 10:39:14 +00:00
Paul Howarth 853de341b5 Update to 1.40
- New upstream release 1.40
  - Fixed broken metadata (GH#3)
- Add patch to support building without Test::Code::TidyAll
2016-01-30 19:25:49 +00:00
Paul Howarth 18bb36017a Update to 1.39
- New upstream release 1.39
  - 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
- Classify buildreqs by usage
- Modernize spec
- Run the author/release tests too
2014-11-12 22:26:19 +00:00
Paul Howarth 23f296d417 Update to 1.38
- New upstream release 1.38
  - An exception without a message will now default to either the associated
    exception class description or the string "[Generic exception]" (PR #2)
  - Added field_hash() and context_hash() methods (PR #1)
2014-05-06 00:17:39 +01:00
Paul Howarth fe576cdd60 Update to 1.37 and modernize spec
- New upstream release 1.37
  - I now recommend you use Throwable instead of this module; it has a nicer,
    more modern interface
  - Fixed warning from basic.t on 5.17.x (CPAN RT#79121)
  - 1.33 did not declare any prereqs (CPAN RT#79677)
  - Require Class::Data::Inheritable ≥ 0.02
  - Fixed some stupidity in the tests that appears to have been highlighted by
    recent changes to Devel::StackTrace (CPAN RT#81245)
  - Fixed various bugs and confusion in the docs
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Make the %files list more explicit
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Drop release testing (now more extensive and would fail anyway)
- Drop support for distributions older than EL-6 (test suite would need
  patching for EL-5 anyway)
2013-02-24 20:35:57 +00:00
Steven Pritchard 9aaae27863 - Update to 1.32.
- License is now Artistic 2.0.
- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.  (Dave
  Rolsky needs to make up his mind.)
- Add README to docs.
2010-12-22 19:05:45 -06:00
corsepiu 4934fc4a00 - Upstream update (Required by other packages, fix mass rebuild
breakdowns).
2009-07-30 08:23:10 +00:00
Steven Pritchard bc6c542a4f Update to 1.26. Bump Devel::StackTrace dependency to 1.20. 2008-12-12 18:25:24 +00:00
Steven Pritchard 31c3333823 Update to 1.24. Bump Devel::StackTrace dependency to 1.17. Clean up to
match current cpanspec output. Improve Summary and description. Build
    with Module::Build.
2008-05-15 20:34:45 +00:00
Steven Pritchard abb3754d5f Update to 1.23. 2006-03-21 00:33:50 +00:00
Steven Pritchard 78816f939f Update to 1.22. 2006-01-11 02:26:49 +00:00
Steven Pritchard e5a46ea6e7 auto-import perl-Exception-Class-1.21-1 on branch devel from
perl-Exception-Class-1.21-1.src.rpm
2005-08-17 22:51:45 +00:00
Steven Pritchard acb51a2be0 Setup of module perl-Exception-Class 2005-08-17 22:51:06 +00:00