summaryrefslogtreecommitdiff
path: root/devel/p5-Variable-Magic/DESCR
blob: 11bebdcd845d2460fe44144d23a80bd4ffc83f29 (plain)
1
2
3
4
5
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.