freebsd-ports/devel/p5-OOTools/pkg-descr
Vanilla I. Shu b109c6a5bd Add p5-OOTools 1.75, a Perl module collection to easily create
constructors methods.

PR:		ports/59436
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-22 14:27:46 +00:00

12 lines
573 B
Text

OOTools is a collection of pragmas to easily create constructors methods and
lvalue accessor methods at compile time. OOTools distribution includes:
Class::constr Pragma to implement constructor methods
Class::props Pragma to implement lvalue accessors with options
Class::group Pragma to implement group of properties accessors with options
Object::props Pragma to implement lvalue accessors with options
Object::group Pragma to implement group of properties accessors with options
WWW: http://search.cpan.org/~domizio/OOTools/
Author: Domizio Demichelis <dd@4pro.net>