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 This class implements method overriding logic for the Moose "override"
11 keyword.
12
13 The overriding subroutine's parent will be invoked explicitly using the
14 "super" keyword from the parent class's method definition.
15
17 Moose::Meta::Method::Overridden->new(%options)
18 This constructs a new object. It accepts the following options:
19
20 · class
21
22 The metaclass object for the class in which the override is
23 being declared. This option is required.
24
25 · name
26
27 The name of the method which we are overriding. This method
28 must exist in one of the class's superclasses. This option
29 is required.
30
31 · method
32
33 The subroutine reference which implements the overriding.
34 This option is required.
35
37 See "BUGS" in Moose for details on reporting bugs.
38
40 Yuval Kogman <nothingmuch@cpan.org>
41
43 Copyright 2006-2010 by Infinity Interactive, Inc.
44
45 <http://www.iinteractive.com>
46
47 This library is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.
49
50
51
52perl v5.12.2 2010-08-28Moose::Meta::Method::Overridden(3)