need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Class-XSAccessor-Array / DESCR
1 The Perl 5 module Class::XSAccessor::Array implements fast read,
2 write and read/write accessors in XS. Additionally, it can provide
3 predicates such as has_foo() for testing whether the attribute foo
4 is defined in the object. It works only with objects that are
5 implemented as arrays.