| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Class-XSAccessor | Distribution: CentOS |
| Version: 1.19 | Vendor: CentOS |
| Release: 35.el10 | Build date: Mon Jun 24 22:03:45 2024 |
| Group: Unspecified | Build host: ppc64le-03.stream.rdu2.redhat.com |
| Size: 113303 | Source RPM: perl-Class-XSAccessor-1.19-35.el10.src.rpm |
| Packager: builder@centos.org | |
| Url: https://metacpan.org/release/Class-XSAccessor | |
| Summary: Generate fast XS accessors without run-time compilation | |
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.