Commit Graph

3 Commits

Author SHA1 Message Date
sthen
0b89e9b3f1 update to p5-Class-XSAccessor 1.11, needed by p5-Class-Accessor-Grouped
pointed out by landry@
2011-03-10 20:23:22 +00:00
sthen
6c0866b41e update Class::XSAccessor to 1.09, ok jasper@ jim@ 2010-12-01 14:06:43 +00:00
sthen
00ecde4359 import p5-Class-XSAccessor
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.
Class::XSAccessor::Array implements the same interface for objects
that use arrays for their internal representation.
2009-10-10 08:15:52 +00:00