Moose::Meta::Attribute::Custom::Trait::Chained - Moose::Meta::Attribute::Custom::Trait::Chained documentation


MooseX-ChainedAccessors documentation Contained in the MooseX-ChainedAccessors distribution.

Index


Code Index:

NAME

Top

Moose::Meta::Attribute::Custom::Trait::Chained

VERSION

Top

version 0.02

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


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__