Query: moosex::aliases::meta::trait::attribute
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MooseX::Aliases::Meta::Trait::Attribute(3pm) User Contributed Perl Documentation MooseX::Aliases::Meta::Trait::Attribute(3pm)NAMEMooseX::Aliases::Meta::Trait::Attribute - attribute metaclass trait for MooseX::AliasesVERSIONversion 0.10SYNOPSISpackage MyApp::Role; use Moose::Role; use MooseX::Aliases; has this => ( isa => 'Str', is => 'rw', alias => 'that', );DESCRIPTIONThis trait adds the "alias" option to attribute creation. It is automatically applied to all attributes when "use MooseX::Aliases;" is run.SEE ALSOo MooseX::AliasesAUTHORSo Jesse Luehrs <doy at tozt dot net> o Chris Prather <chris@prather.org> o Justin Hunter <justin.d.hunter at gmail dot com>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Jesse Luehrs. 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.3 2011-04-29 MooseX::Aliases::Meta::Trait::Attribute(3pm)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |