diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-29 20:52:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-29 20:52:39 +0000 |
commit | 6fefceb6cd3c910b86507ea95db5a7fd0a66ef66 (patch) | |
tree | 08de5beb6e6b7e406b710b09736a8eeb13f91e37 /devel/p5-Class-Factory | |
parent | e0f1e33a54bfbf2a570db3e56b11e7daaa999276 (diff) | |
download | pkgsrc-6fefceb6cd3c910b86507ea95db5a7fd0a66ef66.tar.gz |
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.
Diffstat (limited to 'devel/p5-Class-Factory')
-rw-r--r-- | devel/p5-Class-Factory/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Factory/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Class-Factory/Makefile b/devel/p5-Class-Factory/Makefile index c7a1d25f54f..a08e0bafaa8 100644 --- a/devel/p5-Class-Factory/Makefile +++ b/devel/p5-Class-Factory/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 00:20:37 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/29 20:52:39 wiz Exp $ -DISTNAME= Class-Factory-1.00 +DISTNAME= Class-Factory-1.03 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5clf CATEGORIES= devel perl5 diff --git a/devel/p5-Class-Factory/distinfo b/devel/p5-Class-Factory/distinfo index c3475d2f6dc..56ee7f15635 100644 --- a/devel/p5-Class-Factory/distinfo +++ b/devel/p5-Class-Factory/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/10/23 00:20:37 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/11/29 20:52:39 wiz Exp $ -SHA1 (Class-Factory-1.00.tar.gz) = 4b8f9ee9fb5d72bfdd82946c5b7c6d742fdd8e9b -Size (Class-Factory-1.00.tar.gz) = 7888 bytes +SHA1 (Class-Factory-1.03.tar.gz) = 8b891a3aeffbf7c735f046a3e17979bacc5ff958 +Size (Class-Factory-1.03.tar.gz) = 10141 bytes |