diff options
Diffstat (limited to 'perl/perl-Class-Data-Inheritable/README')
-rw-r--r-- | perl/perl-Class-Data-Inheritable/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Class-Data-Inheritable/README b/perl/perl-Class-Data-Inheritable/README new file mode 100644 index 0000000000000..d50a34aa36617 --- /dev/null +++ b/perl/perl-Class-Data-Inheritable/README @@ -0,0 +1,5 @@ +perl-Class-Data-Inheritable (Inheritable, overridable class data) +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. |