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

perl-moosex-markasmethods 0.15

Mark overload code symbols as methods

MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work".

Installation

Install perl-moosex-markasmethods 0.15 as follows:

guix install perl-moosex-markasmethods@0.15

Or install the latest version:

guix install perl-moosex-markasmethods

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.