pkgsrc/devel/p5-Variable-Magic/DESCR
seb 7c8ebd057f Initial import of p5-Variable-Magic version 0.19 in the NetBSD
Packages Collection.

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 the module Variable::Magic , you can add your own magic
to any variable without the pain of the C API.
2008-09-14 23:00:23 +00:00

5 lines
314 B
Text

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 the module Variable::Magic , you can add your own magic
to any variable without the pain of the C API.