| Name: | perl-Class-Data-Inheritable |
|---|---|
| Version: | 0.09 |
| Release: | 5.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 6410 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Class-Data-Inheritable-0.09-5.el10_0.noarch.rpm |
| Source RPM: | perl-Class-Data-Inheritable-0.09-5.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-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. |