2001-12-17 20:59:29 +01:00
|
|
|
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
|
2008-05-23 23:18:39 +02:00
|
|
|
by your subclasses and can be overridden.
|
2001-12-17 20:59:29 +01:00
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Class-Data-Inheritable/
|