Name: | perl-Class-XSAccessor |
---|---|
Version: | 1.19 |
Release: | 37.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 100990 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Class-XSAccessor-1.19-37.el10.x86_64.rpm |
Source RPM: | perl-Class-XSAccessor-1.19-37.el10.src.rpm |
Build Date: | Wed Jan 29 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Class-XSAccessor |
Summary: | Generate fast XS accessors without run-time compilation |
Description: | 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. |