MooseX::Traits::Attribute::Chained - Create method chaining attributes


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

Index


NAME

Top

MooseX::Traits::Attribute::Chained - Create method chaining attributes

VERSION

Top

version 0.02

SYNOPSIS

Top

    has => 'debug' => (
        traits => [ 'Chained' ],
        is => 'rw',
        isa => 'Bool',
    );

DESCRIPTION

Top

Modifies the Accessor Metaclass to use MooseX::ChainedAccessors::Accessor

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


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