diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-18 03:23:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-18 03:23:25 +0000 |
commit | f9f2f05b97a166b99dec69abb262008d863b269c (patch) | |
tree | ac0a4f1c8da9eab2ee639b414df251d09fa8bae2 /devel/Makefile | |
parent | add p5-Class-Contract (diff) |
add p5-Class-Delegation
Object-oriented delegation
PR: 31783
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=50171
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 ebad72a86957..98977c3adb60 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -316,6 +316,7 @@ SUBDIR += p5-Cdk SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Date + SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-Singleton |