fd0cef2d27
a Moose extension for roles which support overloading (perl5 module) in version 0.03: MooseX::Role::WithOverloading allows to write a Moose::Role which defines overloaded operators and allows those operator overloadings to be composed into the classes/roles/instances it's compiled to, while plain Moose::Roles would lose the overloading.
4 lines
253 B
Text
4 lines
253 B
Text
MooseX::Role::WithOverloading allows to write a Moose::Role which defines
|
|
overloaded operators and allows those operator overloadings to be composed
|
|
into the classes/roles/instances it's compiled to, while plain Moose::Roles
|
|
would lose the overloading.
|