Name: | perl-Class-Data-Inheritable |
---|---|
Version: | 0.08 |
Release: | 3.1.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 7280 |
License: | GPL+ or Artistic |
RPM: | perl-Class-Data-Inheritable-0.08-3.1.el6.noarch.rpm |
Source RPM: | perl-Class-Data-Inheritable-0.08-3.1.el6.src.rpm |
Build Date: | Thu Jul 15 2010 |
Build Host: | ca-build19.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 subclasses and can be overriden. |