mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
Object::Accessor provides an interface to create per object accessors
|
|
(as opposed to per Class accessors, as, for example, Class::Accessor
|
|
provides).
|
|
|
|
You can choose to either subclass this module, and thus using its
|
|
accessors on your own module, or to store an Object::Accessor object
|
|
inside your own object, and access the accessors from there.
|
|
|
|
WWW: http://search.cpan.org/dist/Object-Accessor/
|