freebsd-ports/devel/p5-Class-Data-Inheritable/pkg-descr
Ying-Chieh Liao 531c7bbbc8 add p5-Class-Data-inheritable
Inheritable, overridable class data

PR:		32934
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-17 19:59:29 +00:00

10 lines
348 B
Plaintext

Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
WWW: http://search.cpan.org/search?dist=Class-Data-Inheritable
-- Sergey Skvortsov
skv@protey.ru