Files
pkgsrc-ng/devel/p5-Class-XSAccessor/DESCR
2013-09-26 17:14:40 +02:00

6 lines
286 B
Plaintext

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.