Subject: CVS commit: pkgsrc/devel/p5-Class-Factory
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/29/2004 20:52:39
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Nov 29 20:52:39 UTC 2004

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

Log Message:
Update to 1.03, provided by Hiramatsu Yoshifumi in PR 28463.

Changes since 1.00:
  - Added 'get_my_factory()' and 'get_my_factory_type()'
  - Ensure that new() returns undef if get_factory_class() doesn't
  work properly and factory_error() is overridden (and the
  overridden method doesn't die)
  - Added a few more tests to ensure factory_log() and
  factory_error() working properly
  - add_factory_type() checks %INC to see if a class is already
  loaded.
  - All log/error messages now have variables in apostrophes
  rather than brackes.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Class-Factory/Makefile \
    pkgsrc/devel/p5-Class-Factory/distinfo

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