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

perl-moose

Postmodern object system for Perl 5

Moose is a complete object system for Perl 5. It provides keywords for attribute declaration, object construction, inheritance, and maybe more. With Moose, you define your class declaratively, without needing to know about blessed hashrefs, accessor methods, and so on. You can concentrate on the logical structure of your classes, focusing on "what" rather than "how". A class definition with Moose reads like a list of very concise English sentences.

Installation

Install the latest version of perl-moose as follows:

guix install perl-moose

Or install a particular version:

guix install perl-moose@2.2015

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.

Badge code

You can use the following badge to inform users of perl-moose about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-moose'><img src='https://packages.guix.gnu.org/packages/perl-moose/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-moose/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-moose)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-moose][https://packages.guix.gnu.org/packages/perl-moose/badges/latest-version.svg]]