diff options
author | brix <brix@FreeBSD.org> | 2009-05-22 00:35:03 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2009-05-22 00:35:03 +0800 |
commit | c20301799c1e1b6e5782130817838d3f71aa0288 (patch) | |
tree | eaff9d7218d2878030e5b27dd55f67e0665756d2 /devel/Makefile | |
parent | 1fed21213ab31ce14cc5b77b05a756c8fe3b5a0b (diff) | |
download | freebsd-ports-gnome-c20301799c1e1b6e5782130817838d3f71aa0288.tar.gz freebsd-ports-gnome-c20301799c1e1b6e5782130817838d3f71aa0288.tar.zst freebsd-ports-gnome-c20301799c1e1b6e5782130817838d3f71aa0288.zip |
- 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/
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 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 |