David McLaughlin > MooseX-ChainedAccessors-0.01 > MooseX::Traits::Attribute::Chained

Download:
MooseX-ChainedAccessors-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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

AUTHORS ^

David McLaughlin <david@dmclaughlin.com>

COPYRIGHT AND LICENSE ^

Copyright 2009 David McLaughlin

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.