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

Mason::PluginRole - Helper for defining Mason plugin roles

Author

       Jonathan Swartz <swartz@pobox.com>

Description

       A variant on Moose::Role that can be used in Mason plugin roles. Using this module is equivalent to

           use Moose::Role;
           use Method::Signatures::Simple;

Name

       Mason::PluginRole - Helper for defining Mason plugin roles

See Also

       Mason

Synopsis

           # instead of use Moose::Role;
           use Mason::PluginRole;

See Also