1Moose::Meta::Method::OvUesrerridCdoennt(r3i)buted Perl DMoocousmee:n:tMaettiao:n:Method::Overridden(3)
2
3
4

NAME

6       Moose::Meta::Method::Overridden - A Moose Method metaclass for
7       overridden methods
8

VERSION

10       version 2.2015
11

DESCRIPTION

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

METHODS

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

BUGS

39       See "BUGS" in Moose for details on reporting bugs.
40

AUTHORS

42       •   Stevan Little <stevan@cpan.org>
43
44       •   Dave Rolsky <autarch@urth.org>
45
46       •   Jesse Luehrs <doy@cpan.org>
47
48       •   Shawn M Moore <sartak@cpan.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@cpan.org>
57
58       •   Chris Prather <chris@prather.org>
59
60       •   Matt S Trout <mstrout@cpan.org>
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.34.0                      2021-07-22Moose::Meta::Method::Overridden(3)
Impressum