1Test::Moose::More::UtilUss(e3r)Contributed Perl DocumentTaetsito:n:Moose::More::Utils(3)
2
3
4
6 Test::Moose::More::Utils - Various utility functions for TMM (and maybe
7 others!)
8
10 This document describes version 0.050 of Test::Moose::More::Utils -
11 released September 20, 2017 as part of Test-Moose-More.
12
14 get_mop_metaclass_for $mop => $meta
15 Given a MOP name (e.g. attribute), rummage through $meta (a metaclass)
16 to reveal the MOP's metaclass.
17
18 e.g.
19
20 get_metaclass_for attribute => __PACKAGE__->meta;
21
22 known_sugar
23 Returns a list of all the known standard Moose sugar (has, extends,
24 etc).
25
27 Please see those modules/websites for more information related to this
28 module.
29
30 • Test::Moose::More
31
32 •
33 -- for much of the "find the metaclass for X mop" code
34
36 Please report any bugs or feature requests on the bugtracker website
37 <https://github.com/RsrchBoy/Test-Moose-More/issues>
38
39 When submitting a bug or request, please include a test-file or a patch
40 to an existing test-file that illustrates the bug or desired feature.
41
43 Chris Weyl <cweyl@alumni.drew.edu>
44
46 This software is Copyright (c) 2017, 2016, 2015, 2014, 2013, 2012 by
47 Chris Weyl.
48
49 This is free software, licensed under:
50
51 The GNU Lesser General Public License, Version 2.1, February 1999
52
54 Hey! The above document had some coding errors, which are explained
55 below:
56
57 Around line 101:
58 Nested L<> are illegal. Pretending inner one is X<...> so can
59 continue looking for other errors.
60
61 Nested L<> are illegal. Pretending inner one is X<...> so can
62 continue looking for other errors.
63
64
65
66perl v5.34.0 2022-01-21 Test::Moose::More::Utils(3)