Moose::Meta::Method::Overridden - A Moose Method metaclass for overridden methods |
Moose::Meta::Method::Overridden - A Moose Method metaclass for overridden methods
version 2.1605
This class implements method overriding logic for the Moose
override
keyword.
The overriding subroutine's parent will be invoked explicitly using
the super
keyword from the parent class's method definition.
new(%options)
This constructs a new object. It accepts the following options:
See Moose/BUGS for details on reporting bugs.
This software is copyright (c) 2006 by Infinity Interactive, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Moose::Meta::Method::Overridden - A Moose Method metaclass for overridden methods |