This package browser is in early development. Mind the rough edges.

perl-class-data-inheritable 0.08

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 overridden.

Installation

Install perl-class-data-inheritable 0.08 as follows:

guix install perl-class-data-inheritable@0.08

Or install the latest version:

guix install perl-class-data-inheritable

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.