mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
12 lines
568 B
Plaintext
12 lines
568 B
Plaintext
OOTools is a collection of pragmas to easily create constructors methods and
|
|
lvalue accessor methods at compile time. OOTools distribution includes:
|
|
|
|
Class::constr Pragma to implement constructor methods
|
|
Class::props Pragma to implement lvalue accessors with options
|
|
Class::group Pragma to implement group of properties accessors with options
|
|
Object::props Pragma to implement lvalue accessors with options
|
|
Object::group Pragma to implement group of properties accessors with options
|
|
|
|
Author: Domizio Demichelis <dd@4pro.net>
|
|
WWW: http://search.cpan.org/dist/OOTools/
|