From 037019ccf6f19d3055f614fa74423fd50cf4ff6c Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Sat, 30 Aug 2008 14:08:12 +0000 Subject: Add p5-Variable-Magic, associate user-defined magic to variables from Perl. Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and overload syntaxical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API. WWW: http://search.cpan.org/dist/Variable-Magic/ --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 78536c7a0569..ded70526c940 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1826,6 +1826,7 @@ SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite + SUBDIR += p5-Variable-Magic SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow -- cgit v1.2.3