freebsd-ports/devel/p5-Class-Fields/pkg-descr
Ying-Chieh Liao 3b39b992f1 add p5-Class-Fields 0.14
Set of modules to operate with inheritance, fields, members access

PR:		32931, 32937
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-17 20:05:46 +00:00

14 lines
507 B
Text

Set of modules:
* Class::Fields - inspect the fields of a class
* Class::Fields::Fuxor - low level manipuation of object data members
* base - establish IS-A relationship with base class at compile time
* fields - compile-time class fields
* private - add private data members to Perl classes
* protected - "private" data fields which are inherited by child classes
* public - add public data members to Perl classes
WWW: http://search.cpan.org/search?dist=Class-Fields
-- Sergey Skvortsov
skv@protey.ru