1Moose::Meta::Method(3)User Contributed Perl DocumentationMoose::Meta::Method(3)
2
3
4
6 Moose::Meta::Method - A Moose Method metaclass
7
9 version 2.2011
10
12 This class is a subclass of Class::MOP::Method that provides additional
13 Moose-specific functionality, all of which is private.
14
15 To understand this class, you should read the Class::MOP::Method
16 documentation.
17
19 "Moose::Meta::Method" is a subclass of Class::MOP::Method.
20
22 See "BUGS" in Moose for details on reporting bugs.
23
25 · Stevan Little <stevan.little@iinteractive.com>
26
27 · Dave Rolsky <autarch@urth.org>
28
29 · Jesse Luehrs <doy@tozt.net>
30
31 · Shawn M Moore <code@sartak.org>
32
33 · יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
34
35 · Karen Etheridge <ether@cpan.org>
36
37 · Florian Ragwitz <rafl@debian.org>
38
39 · Hans Dieter Pearcey <hdp@weftsoar.net>
40
41 · Chris Prather <chris@prather.org>
42
43 · Matt S Trout <mst@shadowcat.co.uk>
44
46 This software is copyright (c) 2006 by Infinity Interactive, Inc.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.28.0 2018-05-16 Moose::Meta::Method(3)