aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-Watch
Commit message (Collapse)AuthorAgeFilesLines
* Add port devel/p5-Tie-Watch:Andrew Pantyukhin2006-08-314-0/+43
This class module binds one or more subroutines of your devising to a Perl variable. All variables can have FETCH, STORE and DESTROY callbacks. Additionally, arrays can define CLEAR, DELETE, EXISTS, EXTEND, FETCHSIZE, POP, PUSH, SHIFT, SPLICE, STORESIZE and UNSHIFT callbacks, and hashes can define CLEAR, DELETE, EXISTS, FIRSTKEY and NEXTKEY callbacks. With Tie::Watch you can: * alter a variable's value * prevent a variable's value from being changed * invoke a Perl/Tk callback when a variable changes * trace references to a variable WWW: http://search.cpan.org/dist/Tie-Watch/ Author: Steve Lidie <sol0@Lehigh.EDU> Justification: x11-toolkits/p5-Tk-JComboBox dep, sysutils/namefix recursive dep Notes: svn path=/head/; revision=171709