logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MooseX::SemiAffordanceAccessor::Role::Attribute - This meta trait is applied to attributes in order to

Author

       Dave Rolsky <autarch@urth.org>

Description

       This role applies a method modifier to the "_process_options()" method, and tweaks the reader and writer
       parameters so that they follow the semi-affordance naming style.

         Moose::Util::MetaRole::apply_metaclass_roles(
             for_class => $p{for_class},
             attribute_metaclass_roles =>
                 ['MooseX::SemiAffordanceAccessor::Role::Attribute'],
         );

Name

       MooseX::SemiAffordanceAccessor::Role::Attribute - This meta trait is applied to attributes in order to
       change writer names

Synopsis

Version

       version 0.10

See Also