Query: moose::meta::attribute::native::trait::code
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Moose::Meta::Attribute::Native::Trait::Code(3) User Contributed Perl Documentation Moose::Meta::Attribute::Native::Trait::Code(3)NAMEMoose::Meta::Attribute::Native::Trait::Code - Helper trait for CodeRef attributesVERSIONversion 2.1202SYNOPSISpackage 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"DESCRIPTIONThis trait provides native delegation methods for code references.DEFAULT TYPEIf you don't provide an "isa" value for your attribute, it will default to "CodeRef".PROVIDED METHODSo execute(@args) Calls the coderef with the given args. o execute_method(@args) Calls the coderef with the instance as invocant and given args.BUGSSee "BUGS" in Moose for details on reporting bugs.AUTHORSo Stevan Little <stevan.little@iinteractive.com> o Dave Rolsky <autarch@urth.org> o Jesse Luehrs <doy@tozt.net> o Shawn M Moore <code@sartak.org> o XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org> o Karen Etheridge <ether@cpan.org> o Florian Ragwitz <rafl@debian.org> o Hans Dieter Pearcey <hdp@weftsoar.net> o Chris Prather <chris@prather.org> o Matt S Trout <mst@shadowcat.co.uk>COPYRIGHT AND LICENSEThis 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. perl v5.18.2 2014-01-19 Moose::Meta::Attribute::Native::Trait::Code(3)
Similar Topics in the Unix Linux Community |
---|
Unix Machine for calling Native Method of C |
DJ Native Swing 0.9.6 (Default branch) |
DJ Native Swing 0.9.7 (Default branch) |
Pardus: Arts: Libltdl Code Injection |