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

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

Installation

Install the latest version of perl-class-data-inheritable as follows:

guix install perl-class-data-inheritable

Or install a particular version:

guix install perl-class-data-inheritable@0.08

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.