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

Test::Moose::More::Utils - Various utility functions for TMM (and maybe others!)

Author

       Chris Weyl <cweyl@alumni.drew.edu>

Bugs

       Please     report     any     bugs     or     feature     requests     on    the    bugtracker    website
       <https://github.com/RsrchBoy/Test-Moose-More/issues>

       When submitting a bug or request, please include a test-file or a patch to  an  existing  test-file  that
       illustrates the bug or desired feature.

Functions

get_mop_metaclass_for$mop=>$meta
       Given a MOP name (e.g. attribute), rummage through $meta (a metaclass) to reveal the MOP's metaclass.

       e.g.

           get_metaclass_for attribute => __PACKAGE__->meta;

   known_sugar
       Returns a list of all the known standard Moose sugar (has, extends, etc).

Name

       Test::Moose::More::Utils - Various utility functions for TMM (and maybe others!)

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

       Around line 101:
           Nested L<> are illegal.  Pretending inner one is X<...> so can continue looking for other errors.

           Nested L<> are illegal.  Pretending inner one is X<...> so can continue looking for other errors.

perl v5.36.0                                       2022-10-14                      Test::Moose::More::Utils(3pm)

See Also

       Please see those modules/websites for more information related to this module.

       •   Test::Moose::More

       •
            -- for much of the "find the metaclass for X mop" code

Version

       This document describes version 0.050 of Test::Moose::More::Utils - released September 20, 2017 as part
       of Test-Moose-More.

See Also