mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
9fd1459214
PR: ports/98236 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
11 lines
476 B
Plaintext
11 lines
476 B
Plaintext
Class::AutoClass => similar to Class::MakeMethods, provides support for:
|
|
- automatically generating mutator methods for simple values,
|
|
- allows for automatic attribute initialization and default value
|
|
initilaization,
|
|
- object initialization is handled correctly (in top-down order), even
|
|
in the presence of multiple inheritance
|
|
|
|
WWW: http://search.cpan.org/dist/autoclass
|
|
Authors: Christopher Cavnor <ccavnor@systemsbiology.net>
|
|
Nat Goodman <natg@shore.net>
|