perl-super 1.20190531
Control superclass method dispatching
When subclassing a class, you may occasionally want to dispatch control to the superclass---at least conditionally and temporarily. This module provides nicer equivalents to the native Perl syntax for calling superclasses, along with a universal super
method to determine a class' own superclass, and better support for run-time mix-ins and roles.
- Outputs:
out
- Website: https://metacpan.org/release/SUPER
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-super 1.20190531
as follows:
guix install perl-super@1.20190531
Or install the latest version:
guix install perl-super
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.