aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Variable-Magic
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.26Chin-San Huang2009-01-022-4/+4
| | | | Notes: svn path=/head/; revision=225116
* - Update to 0.25Chin-San Huang2008-11-272-4/+4
| | | | Notes: svn path=/head/; revision=223462
* - Update to 0.24Chin-San Huang2008-10-212-4/+4
| | | | Notes: svn path=/head/; revision=221859
* - Update to 0.22Chin-San Huang2008-10-042-4/+4
| | | | Notes: svn path=/head/; revision=221176
* - Update to 0.20Chin-San Huang2008-09-242-4/+4
| | | | Notes: svn path=/head/; revision=220604
* Add p5-Variable-Magic, associate user-defined magic to variables from Perl.Chin-San Huang2008-08-304-0/+38
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/ Notes: svn path=/head/; revision=219459