From 80c31993843552dd0aa591876c79153c6b18b3cd Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 18 May 2006 19:59:17 +0000 Subject: 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 WWW: http://search.cpan.org/dist/Class-Gomor/ PR: ports/97424 Submitted by: Christopher Boumenot --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit