MooseX::MethodAttributes::Role::Meta::Class man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

MooseX::MethodAttributUserRContrMooseX::MethodAttributes::Role::Meta::Class(3)

NAME
       MooseX::MethodAttributes::Role::Meta::Class - metaclass role for
       storing code attributes

METHODS
   get_method_with_attributes_list
       Gets the list of meta methods for local methods of this class that have
       attributes in the order they have been registered.

   get_all_methods_with_attributes
       Gets the list of meta methods of local and inherited methods of this
       class, that have attributes. Baseclass methods come before subclass
       methods. Methods of one class have the order they have been declared
       in.

   get_nearest_methods_with_attributes
       The same as get_all_methods_with_attributes, except that methods from
       parent classes are not included if there is an attributeless method in
       a child class.

       For example, given:

	   package BaseClass;

	   sub foo : Attr {}

	   sub bar : Attr {}

	   package SubClass;
	   use base qw/BaseClass/;

	   sub foo {}

	   after bar => sub {}

       "SubClass->meta->get_all_methods_with_attributes" will return
       "BaseClass->meta->get_method('foo')" for the above example, but this
       method will not, and will return the wrapped bar method, wheras
       "get_all_methods_with_attributes" will return the original method.

AUTHORS
       ·   Florian Ragwitz <rafl@debian.org>

       ·   Tomas Doran <bobtfish@bobtfish.net>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2012 by Florian Ragwitz.

       This is free software; you can redistribute it and/or modify it under
       the same terms as the Perl 5 programming language system itself.

perl v5.14.2			MooseX::MethodAttributes::Role::Meta::Class(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net