1Moose::Meta::Method::OvUesrerridCdoennt(r3i)buted Perl DMoocousmee:n:tMaettiao:n:Method::Overridden(3)
2
3
4
6 Moose::Meta::Method::Overridden - A Moose Method metaclass for
7 overridden methods
8
10 version 2.2011
11
13 This class implements method overriding logic for the Moose "override"
14 keyword.
15
16 The overriding subroutine's parent will be invoked explicitly using the
17 "super" keyword from the parent class's method definition.
18
20 Moose::Meta::Method::Overridden->new(%options)
21 This constructs a new object. It accepts the following options:
22
23 · class
24
25 The metaclass object for the class in which the override is being
26 declared. This option is required.
27
28 · name
29
30 The name of the method which we are overriding. This method must
31 exist in one of the class's superclasses. This option is required.
32
33 · method
34
35 The subroutine reference which implements the overriding. This
36 option is required.
37
39 See "BUGS" in Moose for details on reporting bugs.
40
42 · Stevan Little <stevan.little@iinteractive.com>
43
44 · Dave Rolsky <autarch@urth.org>
45
46 · Jesse Luehrs <doy@tozt.net>
47
48 · Shawn M Moore <code@sartak.org>
49
50 · יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
51
52 · Karen Etheridge <ether@cpan.org>
53
54 · Florian Ragwitz <rafl@debian.org>
55
56 · Hans Dieter Pearcey <hdp@weftsoar.net>
57
58 · Chris Prather <chris@prather.org>
59
60 · Matt S Trout <mst@shadowcat.co.uk>
61
63 This software is copyright (c) 2006 by Infinity Interactive, Inc.
64
65 This is free software; you can redistribute it and/or modify it under
66 the same terms as the Perl 5 programming language system itself.
67
68
69
70perl v5.30.0 2019-07-26Moose::Meta::Method::Overridden(3)