|
NAMETest::Moose::More::Utils - Various utility functions for TMM (and maybe others!)VERSIONThis document describes version 0.050 of Test::Moose::More::Utils - released September 20, 2017 as part of Test-Moose-More.FUNCTIONSget_mop_metaclass_for $mop => $metaGiven 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_sugarReturns a list of all the known standard Moose sugar (has, extends, etc).SEE ALSOPlease see those modules/websites for more information related to this module.
BUGSPlease 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. AUTHORChris Weyl <cweyl@alumni.drew.edu>COPYRIGHT AND LICENSEThis software is Copyright (c) 2017, 2016, 2015, 2014, 2013, 2012 by Chris Weyl.This is free software, licensed under: The GNU Lesser General Public License, Version 2.1, February 1999 POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |