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
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/perl-Class-XSAccessor && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Class-XSAccessor-1.12.tar.gz | 0000075338 73.6 KB | |
perl-Class-XSAccessor.changes | 0000000683 683 Bytes | |
perl-Class-XSAccessor.spec | 0000003846 3.76 KB |
Revision 3 (latest revision is 13)
Lars Vogdt (lrupp)
accepted
request 83618
from
Stephan Kulow (coolo)
(revision 3)
- updated to 1.12 - Reclaim compatibility with the most recent versions of ExtUtils::ParseXS. - Explicit tests for wrong-type invocants. - updated to 1.11
Comments 0