Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
MooseX::AttributeIndexes::Meta::Attribute::Trait::Indexed - A Trait for attributes which permits various indexing tunables
VERSION
version 2.000001
ATTRIBUTES
indexed
Bool. 0 = This attribute is not/cannot indexed, 1 = This Attribute is/can-be indexed.
CodeRef. sub{ my( $attribute_meta, $object, $attribute_value ) = @_; .... return }
primary_index
Bool. 0 = This attribute is not a primary index, 1 = This Attribute is a primary index.
CodeRef. sub{ my( $attribute_meta, $object, $attribute_value ) = @_; .... return }
AUTHORS
Kent Fredric <kentnl@cpan.org>
Jesse Luehrs <doy@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.