Moose::Meta::Attribute::Native::Trait::Code5.12 man page on MacOSX

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

Moose::Meta::AttributeUsertContrMoose::Meta::Attribute::Native::Trait::Code(3)

NAME
       Moose::Meta::Attribute::Native::Trait::Code - Helper trait for CodeRef
       attributes

VERSION
       version 2.0205

SYNOPSIS
	 package Foo;
	 use Moose;

	 has 'callback' => (
	     traits  => ['Code'],
	     is	     => 'ro',
	     isa     => 'CodeRef',
	     default => sub {
		 sub { print "called" }
	     },
	     handles => {
		 call => 'execute',
	     },
	 );

	 my $foo = Foo->new;
	 $foo->call;	# prints "called"

DESCRIPTION
       This trait provides native delegation methods for code references.

DEFAULT TYPE
       If you don't provide an "isa" value for your attribute, it will default
       to "CodeRef".

PROVIDED METHODS
       ·   execute(@args)

	   Calls the coderef with the given args.

       ·   execute_method(@args)

	   Calls the coderef with the the instance as invocant and given args.

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

AUTHOR
       Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2011 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.

perl v5.12.5			Moose::Meta::Attribute::Native::Trait::Code(3)
[top]

List of man pages available for MacOSX

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