The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooseX::LvalueAttribute::Trait::Accessor - internals for MooseX::LvalueAttribute

DESCRIPTION

This accessor trait overrides the generation of accessors (but not readers, writers, clearers or predicates) to supply the necessary lvalue logic.

It currently does not support inlining, so will make your accessors slower even when not used in an lvalue context.

BUGS

Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=MooseX-LvalueAttribute.

SEE ALSO

MooseX::LvalueAttribute.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

Based on work by Christopher Brown, <cbrown at opendatagroup.com>

COPYRIGHT AND LICENCE

This software is copyright (c) 2013-2014 by Toby Inkster; 2008 by Christopher Brown.

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

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.