MooseX::Aliases::Meta::Trait::Attribute - attribute metaclass trait for L


MooseX-Aliases documentation  | view source Contained in the MooseX-Aliases distribution.

Index


NAME

Top

MooseX::Aliases::Meta::Trait::Attribute - attribute metaclass trait for MooseX::Aliases

VERSION

Top

version 0.10

SYNOPSIS

Top

    package MyApp::Role;
    use Moose::Role;
    use MooseX::Aliases;

    has this => (
        isa   => 'Str',
        is    => 'rw',
        alias => 'that',
    );

DESCRIPTION

Top

This trait adds the alias option to attribute creation. It is automatically applied to all attributes when use MooseX::Aliases; is run.

SEE ALSO

Top

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


MooseX-Aliases documentation  | view source Contained in the MooseX-Aliases distribution.