| MooseX-ChainedAccessors documentation | view source | Contained in the MooseX-ChainedAccessors distribution. |
MooseX::Traits::Attribute::Chained - Create method chaining attributes
version 0.02
has => 'debug' => (
traits => [ 'Chained' ],
is => 'rw',
isa => 'Bool',
);
Modifies the Accessor Metaclass to use MooseX::ChainedAccessors::Accessor
This software is copyright (c) 2011 by Moritz Onken.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| MooseX-ChainedAccessors documentation | view source | Contained in the MooseX-ChainedAccessors distribution. |