summaryrefslogtreecommitdiff
path: root/devel/p5-Class-XSAccessor/DESCR
blob: 1d0eb8a252cb4f5ebf34f90cedcae3f847f10e38 (plain)
1
2
3
4
5
The Perl 5 module Class::XSAccessor implements fast read, write and
read/write accessors in XS. Additionally, it can provide predicates
such as has_foo() for testing whether the attribute foo is defined
in the object. It only works with objects that are implemented as
ordinary hashes.