aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers-Prospective/pkg-descr
blob: bf16202befa641b8a433ff69fad72d4e797bfb54 (plain) (blame)
1
2
3
4
5
6
7
8
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, run-time, or END block).

WWW: http://search.cpan.org/dist/Attribute-Handlers-Prospective/