freebsd-ports/devel/p5-Variable-Magic/pkg-descr
Lars Balker Rasmussen b991d845c6 Update to 0.32 (maintainer timeout).
PR:		131902, 132846
Submitted by:	clsung, lbr
2009-03-21 22:47:10 +00:00

7 lines
362 B
Text

Magic is Perl way of enhancing objects. This mechanism lets the user add
extra data to any variable and overload syntaxical operations (such as
access, assignment or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without having to
write a single line of XS.
WWW: http://search.cpan.org/dist/Variable-Magic/