Subject: CVS commit: pkgsrc/devel/p5-Exception-Class
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2005 22:08:36
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Nov 23 22:08:36 UTC 2005

Modified Files:
	pkgsrc/devel/p5-Exception-Class: Makefile distinfo

Log Message:
Update to 1.22:

1.22 Sep 30, 2005

- Added Exception::Class::Base->caught() so you can write
"My::Error->caught()".  Apparently this is what Damian documented in
Perl Best Practices.  Thanks to JD Hedden for pointing this out.

- Require Devel::StackTrace 1.12 to fix a test failure on Win32.
Reported by Garrett Goebel.

1.21 Apr 17, 2005

- Added Exception::Class->caught() as syntactic sugar for catching
exceptions in a "safe" manner.  See the docs for details.  Suggested
by Damian Conway.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/p5-Exception-Class/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-Exception-Class/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.