| Name: | perl-Class-Data-Inheritable |
|---|---|
| Version: | 0.08 |
| Release: | 14.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 7362 |
| License: | GPL+ or Artistic |
| RPM: | perl-Class-Data-Inheritable-0.08-14.el7.noarch.rpm |
| Source RPM: | perl-Class-Data-Inheritable-0.08-14.el7.src.rpm |
| Build Date: | Wed Apr 30 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/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. |