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.
- Versions: 2.2015
- Website: https://metacpan.org/release/Moose
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]