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

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

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

David McLaughlin <david@dmclaughlin.com>

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