freebsd-ports/devel/p5-Class-Tangram/pkg-descr
Sergey Skvortsov fa2ccc16a0 Add p5-Class-Tangram 1.11,
create constructors, accessor, update
methods for objects from Tangram.
2002-05-27 12:14:34 +00:00

11 lines
470 B
Text

Class::Tangram is a common base class originally intended for use with
Tangram objects, that gives you free constructors, access methods,
update methods, and a destructor that should help in breaking circular
references for you. Type checking is achieved by parsing the Tangram
schema for the object, which is contained within the object class in an
exported variable $schema.
WWW: http://search.cpan.org/search?dist=Class-Tangram
-- Sergey Skvortsov
skv@FreeBSD.org