Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
perl-Attribute-Handlers - Simpler definition of attribute handlers
This module, when inherited by a package, allows that package's class to define
attribute handler subroutines for specific attributes. Variables and
subroutines subsequently defined in that package, or in packages derived from
that package may be given attributes with the same names as the attribute
handler subroutines, which will then be called in one of the compilation
phases (i.e. in a BEGIN, CHECK, INIT, or END block). (UNITCHECK blocks don't
correspond to a global compilation phase, so they can't be specified here.)
Packages
Latest: perl-Attribute-Handlers-0.93-1.el6.fio.src.rpm
Changelog:
- * 2012-10-02 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 0.93-1
- Initial package.