Name: | perl-Class-Accessor-Chained |
---|---|
Version: | 0.01 |
Release: | 44.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 7069 |
License: | GPL+ or Artistic |
RPM: | perl-Class-Accessor-Chained-0.01-44.el9.noarch.rpm |
Source RPM: | perl-Class-Accessor-Chained-0.01-44.el9.src.rpm |
Build Date: | Fri Jan 21 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Class-Accessor-Chained |
Summary: | Make chained accessors |
Description: | A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments. This module subclasses Class::Accessor in order to provide the same mk_accessors interface. |