perl-moosex-semiaffordanceaccessor 0.10
Name your accessors foo() and set_foo()
This module does not provide any methods. Simply loading it changes the default naming policy for the loading class so that accessors are separated into get and set methods. The get methods have the same name as the accessor, while set methods are prefixed with "_set_".
- Website: https://metacpan.org/release/MooseX-SemiAffordanceAccessor
- Licenses: Artistic License 2.0
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-moosex-semiaffordanceaccessor 0.10
as follows:
guix install perl-moosex-semiaffordanceaccessor@0.10
Or install the latest version:
guix install perl-moosex-semiaffordanceaccessor
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.