mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
7 lines
308 B
Plaintext
7 lines
308 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 overridden.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-Data-Inheritable/
|