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.