Name your accessors foo() and set_foo() Maintained by:perl@FreeBSD.org Port Added: 14 Aug 2009 20:08:49 Also Listed In:perl5 License: not specified in port
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_".
WWW: http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor/
To install the port:cd /usr/ports/devel/p5-MooseX-SemiAffordanceAccessor/ && make install clean To add the package:pkg_add -r p5-MooseX-SemiAffordanceAccessor
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_".
WWW: http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor/
PR: ports/137769
Submitted by: Alexey V. Degtyarev