From c20301799c1e1b6e5782130817838d3f71aa0288 Mon Sep 17 00:00:00 2001 From: brix Date: Thu, 21 May 2009 16:35:03 +0000 Subject: - Add p5-Class-Mix: The "mix_class" function provided by this module dynamically generates `anonymous' classes with specified inheritance. WWW: http://search.cpan.org/dist/Class-Mix/ --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index e36a525b43d2..daccfba97a35 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1076,6 +1076,7 @@ SUBDIR += p5-Class-Method-Modifiers-Fast SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper + SUBDIR += p5-Class-Mix SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure -- cgit