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

NAME

MooseX::AttributeIndexes::Provider::FromAttributes - A Glue-on-role that provides attribute_indexes data to a class via harvesting attribute traits

VERSION

version 1.0.3

METHODS

attribute_indexes

A very trivial scanner, which looks for the

indexed and primary_index keys and returns a hashref of

key->value pairs ( circumventing the getter )

AUTHORS

  • Kent Fredric <kentnl@cpan.org>

  • Jesse Luehrs <doy@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.