freebsd-ports/devel/p5-Attribute-Handlers/pkg-descr
Anton Berezin 4f4bce2280 Add p5-Attribute-Handlers 0.78, a perl module that provides simple
definition of attribute handlers.

PR:		47558
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-01-27 21:08:42 +00:00

9 lines
481 B
Text

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).
WWW: http://search.cpan.org/dist/Attribute-Handlers/