Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Class-Factory
From: Thomas Klausner
Date: 2004-11-29 21:52:39
Message id: 20041129205239.9DFD82DA1D@cvs.netbsd.org
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.
Files: