diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-19 03:59:17 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-19 03:59:17 +0800 |
commit | 80c31993843552dd0aa591876c79153c6b18b3cd (patch) | |
tree | 97e09627ca6ef05a8ddfd6ead64dfd802ab83963 /devel/Makefile | |
parent | 936667f441df904f62232c8d34489eaa2bdbc126 (diff) | |
download | freebsd-ports-gnome-80c31993843552dd0aa591876c79153c6b18b3cd.tar.gz freebsd-ports-gnome-80c31993843552dd0aa591876c79153c6b18b3cd.tar.zst freebsd-ports-gnome-80c31993843552dd0aa591876c79153c6b18b3cd.zip |
This module is yet another class builder. This one adds parameter checking in
new constructor, that is to check for attributes existence, and definedness.
Authors: GomoR <netpkt@gomor.org>
WWW: http://search.cpan.org/dist/Class-Gomor/
PR: ports/97424
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 313c0014d289..6883c827b297 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -783,6 +783,7 @@ SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Fields SUBDIR += p5-Class-Generate + SUBDIR += p5-Class-Gomor SUBDIR += p5-Class-Gomor-Hash SUBDIR += p5-Class-Handle SUBDIR += p5-Class-Hook |