diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-22 14:27:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-22 14:27:46 +0000 |
commit | b109c6a5bd5fef7e5fe71587ee10c50f9bbf5132 (patch) | |
tree | 28d6491f6d5f48330db0182c09f17cabe089792d /devel/p5-OOTools/pkg-descr | |
parent | d602d43d81f247ef2ed4f1f2b594451e05a79925 (diff) |
Notes
Diffstat (limited to 'devel/p5-OOTools/pkg-descr')
-rw-r--r-- | devel/p5-OOTools/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-OOTools/pkg-descr b/devel/p5-OOTools/pkg-descr new file mode 100644 index 000000000000..7de246cf388c --- /dev/null +++ b/devel/p5-OOTools/pkg-descr @@ -0,0 +1,12 @@ +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 + +WWW: http://search.cpan.org/~domizio/OOTools/ + +Author: Domizio Demichelis <dd@4pro.net> |