mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
914b460830
Approved by: markm
10 lines
350 B
Plaintext
10 lines
350 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@FreeBSD.org
|