| MooseX-AttributeIndexes documentation | Contained in the MooseX-AttributeIndexes distribution. |
Moose::Meta::Attribute::Custom::Trait::Indexed - Registration Node for the Indexed Trait.
version 1.0.1
Associates the Indexed trait with MX::AI
This software is copyright (c) 2011 by Kent Fredric.
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-AttributeIndexes documentation | Contained in the MooseX-AttributeIndexes distribution. |
use strict; use warnings; package Moose::Meta::Attribute::Custom::Trait::Indexed; BEGIN { $Moose::Meta::Attribute::Custom::Trait::Indexed::VERSION = '1.0.1'; } # ABSTRACT: Registration Node for the Indexed Trait. # # $Id:$ sub register_implementation { 'MooseX::AttributeIndexes::Meta::Attribute::Trait::Indexed'; } 1; __END__