Generate fast XS accessors without runtime compilation
http://search.cpan.org/dist/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.
- Developed at devel:languages:perl
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-Class-XSAccessor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Class-XSAccessor-1.16.tar.gz | 0000081459 79.5 KB | |
perl-Class-XSAccessor.changes | 0000001689 1.65 KB | |
perl-Class-XSAccessor.spec | 0000003830 3.74 KB |
Revision 9 (latest revision is 13)
Stephan Kulow (coolo)
accepted
request 177364
from
Stephan Kulow (coolo)
(revision 9)
- updated to 1.16 - Drop erroneous MYMETA files from distribution. - Support for hash keys with NUL (\0) characters. Previously, these were truncated. - Skip some failing tests on old debugging perls. Guys, please upgrade your perl! (forwarded request 177286 from coolo)
Comments 0