| MooseX-ChainedAccessors documentation | Contained in the MooseX-ChainedAccessors distribution. |
Moose::Meta::Attribute::Custom::Trait::Chained
version 0.02
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 | Contained in the MooseX-ChainedAccessors distribution. |
# # This file is part of MooseX-ChainedAccessors # # 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. # package Moose::Meta::Attribute::Custom::Trait::Chained; BEGIN { $Moose::Meta::Attribute::Custom::Trait::Chained::VERSION = '0.02'; } use strict; use warnings; sub register_implementation { 'MooseX::Traits::Attribute::Chained' } 1; __END__