Name: | perl-Class-XSAccessor |
---|---|
Version: | 1.19 |
Release: | 14.el8 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 115901 |
License: | GPL+ or Artistic |
RPM: | perl-Class-XSAccessor-1.19-14.el8.aarch64.rpm |
Source RPM: | perl-Class-XSAccessor-1.19-14.el8.src.rpm |
Build Date: | Wed Mar 20 2019 |
Build Host: | ca-build102.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |