Blame Changes

Packit Service 3b7cb7
1.44    2017-12-10
Packit Service 3b7cb7
Packit Service 3b7cb7
- You can now pass "frame_filter", "filter_frames_early", and "skip_frames" to
Packit Service 3b7cb7
  the throw() method of an exception class. These will be passed on to the
Packit Service 3b7cb7
  Devel::StackTrace constructor. Requested by Frédéric Brière. GH #6.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.43    2017-07-09
Packit Service 3b7cb7
Packit Service 3b7cb7
- The full_message() method in Exception::Class::Base now calls message()
Packit Service 3b7cb7
  instead of accessing the object's hash key. This makes it easier to override
Packit Service 3b7cb7
  message() in a subclass. Patch by Alexander Batyrshin. PR #11.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.42    2017-01-04
Packit Service 3b7cb7
Packit Service 3b7cb7
- Generated exception classes are now added to %INC. If you subclass a
Packit Service 3b7cb7
  generated class with "use base" then base.pm will no longer attempt to load
Packit Service 3b7cb7
  the requested class. Patch by Todd Rinaldo. PR #8.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.41    2016-12-07
Packit Service 3b7cb7
Packit Service 3b7cb7
- Switch to GitHub Issues.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.40    2016-01-29
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fixed broken metadata. Reported by Slaven Rezić. GitHub #3.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.39    2014-11-01
Packit Service 3b7cb7
Packit Service 3b7cb7
- Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to
Packit Service 3b7cb7
  match changes in Devel::StackTrace 2.00. The old method is deprecated but
Packit Service 3b7cb7
  will continue to work.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.38    2014-05-05
Packit Service 3b7cb7
Packit Service 3b7cb7
- An exception without a message will now default to either the associated
Packit Service 3b7cb7
  exception class description or the string "[Generic exception]". Patch by
Packit Service 3b7cb7
  Ricardo Signes. PR #2.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added field_hash() and context_hash() methods. Patch by Ricardo Signes. PR
Packit Service 3b7cb7
  #1.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.37    2013-02-24
Packit Service 3b7cb7
Packit Service 3b7cb7
- I now recommend you use Throwable instead of this module. It has a nicer,
Packit Service 3b7cb7
  more modern interface.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fixed various bugs and confusion in the docs.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.36    2012-11-17
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fixed some stupidity in the tests that appears to have been highlighted by
Packit Service 3b7cb7
  recent changes to Devel::StackTrace. Reported by Dan Horne. RT #81245.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.35    2012-09-17
Packit Service 3b7cb7
Packit Service 3b7cb7
- Require Class::Data::Inheritable 0.02+.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.34    2012-09-16
Packit Service 3b7cb7
Packit Service 3b7cb7
- 1.33 did not declare any prereqs. Oops. Reported by Roham McGovern. RT
Packit Service 3b7cb7
  #79677.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.33    2012-09-16
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fixed warning from basic.t on 5.17.x. RT #79121.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.32    2010-06-28
Packit Service 3b7cb7
Packit Service 3b7cb7
- Removed Test::Most dependency, which was causing a circular dependency
Packit Service 3b7cb7
  chain. Reported by Burak Gursoy. RT #58889.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.31    2010-06-26
Packit Service 3b7cb7
Packit Service 3b7cb7
- Made it possible to use Exception::Class::Base without loading
Packit Service 3b7cb7
  Exception::Class. Reported by Alex Peters. RT #57269.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.30    2010-03-20
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added the ability to create light weight exceptions, which don't record a
Packit Service 3b7cb7
  stack trace or any other context info (time, pid, etc.). This is done by
Packit Service 3b7cb7
  setting $class->NoContextInfo to a true value for the exception class. Based
Packit Service 3b7cb7
  on a patch by Graham Barr. RT #54826.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.29    2009-05-08
Packit Service 3b7cb7
Packit Service 3b7cb7
- Make sure that there is only one line that the toolchain can pick up
Packit Service 3b7cb7
  when looking for this module's $VERSION.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.28    2009-05-06
Packit Service 3b7cb7
Packit Service 3b7cb7
* Removed Exception::Class::Base->do_trace and ->NoObjectRefs, both of
Packit Service 3b7cb7
  which have been undocumented for many years.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Moved Exception::Class::Base to its own file, so it doesn't
Packit Service 3b7cb7
  overwrite the $VERSION in Exception::Class (and for general
Packit Service 3b7cb7
  sanity). Reported by Kirk Baucom.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.27    2009-05-04
Packit Service 3b7cb7
Packit Service 3b7cb7
* The error message for an exception no longer defaults to $!. This
Packit Service 3b7cb7
  was a bad idea, and has bitten some people. Addresses RT #43600.
Packit Service 3b7cb7
Packit Service 3b7cb7
* I'm now only supporting Perl 5.8.1+. This module broke on 5.6.2 (and
Packit Service 3b7cb7
  5.8.0) at some point and I don't really care enough to fix
Packit Service 3b7cb7
  it. Non-intrusive patches to make it work on 5.8.0 or less (again)
Packit Service 3b7cb7
  will be accepted.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.26    2008-10-25
Packit Service 3b7cb7
Packit Service 3b7cb7
- No code changes, just bumped the Devel::StackTrace dependency to
Packit Service 3b7cb7
  1.20.
Packit Service 3b7cb7
Packit Service 3b7cb7
  The changes in 1.25 exposed a bug in Devel::StackTrace which has now
Packit Service 3b7cb7
  been fixed. This caused HTML::Mason test failures, among other
Packit Service 3b7cb7
  things. Reported by Andreas Koenig.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.25    2008-10-21
Packit Service 3b7cb7
Packit Service 3b7cb7
- The Exception::Class::Base constructor no longer looks at the
Packit Service 3b7cb7
  associated Devel::StackTrace object's frames. Avoiding looking at
Packit Service 3b7cb7
  the frames should make constructing exception objects much
Packit Service 3b7cb7
  faster. Instead the information based on the stack trace frames -
Packit Service 3b7cb7
  package(), file(), and line() - is only retrieved when it is
Packit Service 3b7cb7
  requested. Patch by Ruslan Zakirov. RT #40221.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.24    2008-03-30
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added a MaxArgLength class parameter to go along with the new
Packit Service 3b7cb7
  max_arg_length constructor param for Devel::StackTrace
Packit Service 3b7cb7
  objects. Patch by Ian Burrell.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.23    2006-01-14
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fix code bugs in the SYNOPSIS.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Exception::Class->caught() now returns $@ if not given an argument.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.22    2005-09-30
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added Exception::Class::Base->caught() so you can write
Packit Service 3b7cb7
  "My::Error->caught()".  Apparently this is what Damian documented in
Packit Service 3b7cb7
  Perl Best Practices.  Thanks to JD Hedden for pointing this out.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Require Devel::StackTrace 1.12 to fix a test failure on Win32.
Packit Service 3b7cb7
  Reported by Garrett Goebel.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.21    2005-04-17
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added Exception::Class->caught() as syntactic sugar for catching
Packit Service 3b7cb7
  exceptions in a "safe" manner.  See the docs for details.  Suggested
Packit Service 3b7cb7
  by Damian Conway.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.20    2005-01-01
Packit Service 3b7cb7
Packit Service 3b7cb7
- Moved the Classes() method to Exception::Class, now as a function,
Packit Service 3b7cb7
  which is where it really belongs.  Also corrected the docs for this
Packit Service 3b7cb7
  function, as they incorrectly implied that it would return all
Packit Service 3b7cb7
  subclasses, instead of just subclasses which were created when
Packit Service 3b7cb7
  loading Exception::Class.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added a Build.PL file, and releases are now signed with
Packit Service 3b7cb7
  Module::Signature.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added ignore_class and ignore_package constructor parameters.  Patch
Packit Service 3b7cb7
  by Daisuke Maki.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.19    2004-03-10
Packit Service 3b7cb7
Packit Service 3b7cb7
- Identical to 1.18 except that it requires Devel::StackTrace 1.10,
Packit Service 3b7cb7
  which fixes a failure in this package's test when run with Perl
Packit Service 3b7cb7
  5.6.1.  Reported by Jesse Erlbaum.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.18    2004-02-21
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added RespectOverload class method, which can be used to control the
Packit Service 3b7cb7
  respect_overload parameter for Devel::StackTrace objects.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.17    2004-02-20
Packit Service 3b7cb7
Packit Service 3b7cb7
- Document that new() is always called to create an
Packit Service 3b7cb7
  Exception::Class::Base object.  Suggested by Steve Hay.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fix a test that failed with Devel::StackTrace 1.05.  Basically, the
Packit Service 3b7cb7
  test expected output from Devel::StackTrace that reflected a bug
Packit Service 3b7cb7
  that was fixed in 1.05.  Reported by Jesse Vincent.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.16    2003-09-25
Packit Service 3b7cb7
Packit Service 3b7cb7
- David Wheeler's patch exposed a bug in Devel::StackTrace which could
Packit Service 3b7cb7
  cause exceptions to not have any value set for package, file, or
Packit Service 3b7cb7
  line.  This is fixed by depending on Devel::StackTrace 1.04.  This
Packit Service 3b7cb7
  release is otherwise identical to 1.15.  Reported by Steve Hay.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.15    2003-09-17
Packit Service 3b7cb7
Packit Service 3b7cb7
- Exceptions thrown from an alias subroutine always had
Packit Service 3b7cb7
  "Exception::Class" as their package name.  Patch by David Wheeler.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.14    2003-07-04
Packit Service 3b7cb7
Packit Service 3b7cb7
- ** BACKWARDS INCOMPATIBILITY **
Packit Service 3b7cb7
  NoRefs is now true by default.  This means that stacktraces will
Packit Service 3b7cb7
  _not_ store references unless you explicitly set NoRefs to a false
Packit Service 3b7cb7
  value.  This is done because it's too easy to leak memory when
Packit Service 3b7cb7
  references are saved in stack traces.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fixed a very odd bug where Exception::Class could mistakenly think
Packit Service 3b7cb7
  that an exception class had been created when it really hadn't.
Packit Service 3b7cb7
  This was only exposed with bleadperl (5.8.1-to-be), and is unlikely
Packit Service 3b7cb7
  to affect anyone using an existing Perl version.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.13    2003-06-21
Packit Service 3b7cb7
Packit Service 3b7cb7
- Documented the Exception::Class::Base->Fields method, which can be
Packit Service 3b7cb7
  called on subclasses to determine what extra fields they have
Packit Service 3b7cb7
  defined.  Suggested by Chris Winters.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.12    2003-04-03
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added the Exception::Class::Base->Classes method.  Patch by David
Packit Service 3b7cb7
  Wheeler.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.11    2003-02-20
Packit Service 3b7cb7
Packit Service 3b7cb7
- A description containing a single quote or backslash would cause a
Packit Service 3b7cb7
  syntax error in the code generated by Exception::Class.  Patch by
Packit Service 3b7cb7
  Luc St-Louis.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.10    2003-01-28
Packit Service 3b7cb7
Packit Service 3b7cb7
- The alias feature had a bug that showed up when an alias was
Packit Service 3b7cb7
  assigned to a class whose parent had not yet been made.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.09    2003-01-22
Packit Service 3b7cb7
Packit Service 3b7cb7
- Tweak to Fields method so that it returns empty list for 5.6.1 and
Packit Service 3b7cb7
  5.00503.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Require Devel::StackTrace 1.03 to fix potential recursion problem
Packit Service 3b7cb7
  between the two classes when stringifying exceptions.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.08    2003-01-21
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added "alias" feature, which allows you to create a subroutine that
Packit Service 3b7cb7
  throws a specified exception.  This is based on code created by Ken
Packit Service 3b7cb7
  Williams for Mason.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.07    2002-09-19
Packit Service 3b7cb7
Packit Service 3b7cb7
- Forgot to require Devel::StackTrace 1.01.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.06    2002-09-19
Packit Service 3b7cb7
Packit Service 3b7cb7
- Use File::Spec when testing file method so that test 7 passes on all
Packit Service 3b7cb7
  platforms.  Reported by Ron Savage.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Use Test::More for test suite.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Change NoObjectRefs method to NoRefs, to match change in
Packit Service 3b7cb7
  Devel::StackTrace 1.01.  The old method is deprecated, but will
Packit Service 3b7cb7
  continue to work.  However, it now _means_ the same thing as NoRefs.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.05    2002-08-23
Packit Service 3b7cb7
Packit Service 3b7cb7
- Add NoObjectRefs class method to prevent Devel::StackTrace from
Packit Service 3b7cb7
  holding onto objects internally, thus delaying destruction.  Based
Packit Service 3b7cb7
  on a discussion with Tatsuhiko Miyagawa.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.04    2002-08-22
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fix messed up tarball as reported by Tatsuhiko Miyagawa.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.03    2002-08-21
Packit Service 3b7cb7
Packit Service 3b7cb7
- Some versions of Perl may give an error about "Ambiguous call
Packit Service 3b7cb7
  resolved as CORE::time()".  This should be fixed now.  Reported by
Packit Service 3b7cb7
  Ron Savage.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.02    2002-08-20
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fields set in a parent class were not actually being inherited by
Packit Service 3b7cb7
  children.  Patch (with tests!) by David Wheeler.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Allow a single argument (error/message) to the constructor.  Patch
Packit Service 3b7cb7
  by Tatsuhiko Miyagawa.
Packit Service 3b7cb7
Packit Service 3b7cb7
- General doc cleanup.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.01    2002-05-23
Packit Service 3b7cb7
Packit Service 3b7cb7
- Make sure that exception objects always test as true in a boolean
Packit Service 3b7cb7
  context.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
1.00    2002-03-08
Packit Service 3b7cb7
Packit Service 3b7cb7
- Added a full_message method intended to be overridden when you
Packit Service 3b7cb7
  create a subclass that uses fields that you want included in the
Packit Service 3b7cb7
  stringification of the object.  Suggested by Jon Swartz.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.99    2002-03-06
Packit Service 3b7cb7
Packit Service 3b7cb7
- The much-requested "arbitrary attributes" feature has been added.
Packit Service 3b7cb7
  Thanks to Jon Swartz for the patch.  You can now do this:
Packit Service 3b7cb7
Packit Service 3b7cb7
  use Exception::Class ( 'My::Exception' => { fields => [ 'bar', 'baz' ] } );
Packit Service 3b7cb7
Packit Service 3b7cb7
  ...
Packit Service 3b7cb7
Packit Service 3b7cb7
  if ( UNIVERSAL::isa( $@, 'My::Exception' ) { print $@->bar, $@->baz; }
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.98    2002-02-20
Packit Service 3b7cb7
Packit Service 3b7cb7
- Subclasses that overrode the ->as_string method had to repeat the
Packit Service 3b7cb7
  stringification overloading for exception objects.  This has been
Packit Service 3b7cb7
  changed so that the stringification overloading is now
Packit Service 3b7cb7
Packit Service 3b7cb7
  sub { $_[0]->as_string }
Packit Service 3b7cb7
Packit Service 3b7cb7
  Suggested by Jon Swartz.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.97    2001-11-25
Packit Service 3b7cb7
Packit Service 3b7cb7
- Incorporated a patch from Ken Williams that works around several
Packit Service 3b7cb7
  Perl 5.6.0 bugs.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Test 31 was explicitly different for 5.6.0.  Ken said that the
Packit Service 3b7cb7
  difference actually made it fail (whereas in the past for me it
Packit Service 3b7cb7
  succeeded).  Tweak this test a bit more to just be more flexible
Packit Service 3b7cb7
  under 5.6.0.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.96    2001-11-23
Packit Service 3b7cb7
Packit Service 3b7cb7
- Changes wasn't in MANIFEST.  Oops.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Doc tweaks and cleanup of README.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Make do_trace a synonym to Trace for backwards compatibility.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.95    2001-11-22
Packit Service 3b7cb7
Packit Service 3b7cb7
  ** INCOMPATIBLE CHANGES IN THIS RELEASE **
Packit Service 3b7cb7
Packit Service 3b7cb7
- Remove do_trace method and replace it with Trace method, which is
Packit Service 3b7cb7
  inherited by subclasses.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Exception object now always have a Devel::StackTrace object
Packit Service 3b7cb7
  available.  The Trace method only determines whether or not it is
Packit Service 3b7cb7
  included when the exception is stringified.
Packit Service 3b7cb7
Packit Service 3b7cb7
- A new parameter show_trace for throw which allows you to override
Packit Service 3b7cb7
  the value of Trace on a case by case basis.
Packit Service 3b7cb7
Packit Service 3b7cb7
- Fix uninit value warning with 5.00503.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.90    2001-10-23
Packit Service 3b7cb7
Packit Service 3b7cb7
- fix buglet reported by Terrence Brannon that could occur while
Packit Service 3b7cb7
  trying to figure out where the exception was thrown, if the
Packit Service 3b7cb7
  exception was thrown from the package that the exception is an
Packit Service 3b7cb7
  object of.
Packit Service 3b7cb7
Packit Service 3b7cb7
- doc improvements suggested Nathaniel Smith (related to using
Packit Service 3b7cb7
  Error.pm) and Mark Stosberg.
Packit Service 3b7cb7
  
Packit Service 3b7cb7
Packit Service 3b7cb7
0.85    Unknown Release Date
Packit Service 3b7cb7
Packit Service 3b7cb7
- added ability to use message instead of error as hash key to
Packit Service 3b7cb7
  constructor.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.8     2000-09-03
Packit Service 3b7cb7
Packit Service 3b7cb7
- changed object from psuedo-hash to regular hash
Packit Service 3b7cb7
Packit Service 3b7cb7
- added package, file, & line methods to exception object.
Packit Service 3b7cb7
Packit Service 3b7cb7
- added more tests for exception object accessors
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.7     2000-09-03
Packit Service 3b7cb7
Packit Service 3b7cb7
- hack in test.pl to allow tests to pass under 5.6.0.
Packit Service 3b7cb7
Packit Service 3b7cb7
- README details various Perl bugs this module (along with
Packit Service 3b7cb7
  Devel::StackTrace) can expose and some possible workarounds.
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.6     2000-06-27
Packit Service 3b7cb7
Packit Service 3b7cb7
- renamed to Exception::Class
Packit Service 3b7cb7
Packit Service 3b7cb7
Packit Service 3b7cb7
0.5     2000-06-26
Packit Service 3b7cb7
Packit Service 3b7cb7
- Initial release, as Class::Exceptions.