| Name: | perl-Class-Data-Inheritable |
|---|---|
| Version: | 0.08 |
| Release: | 39.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 6672 |
| License: | GPL+ or Artistic |
| RPM: | perl-Class-Data-Inheritable-0.08-39.el9.noarch.rpm |
| Source RPM: | perl-Class-Data-Inheritable-0.08-39.el9.src.rpm |
| Build Date: | Tue Jan 11 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Class-Data-Inheritable |
| Summary: | Inheritable, overridable class data |
| Description: | Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your sub-classes and can be overridden. |