NAME

MooseX::Traits::Attribute::Chained - DEPRECATED

VERSION

version 1.0.0

SYNOPSIS

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

DESCRIPTION

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

AUTHORS

  • Moritz Onken <onken@netcubed.de>

  • David McLaughlin <david@dmclaughlin.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 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.