/usr/local/CPAN/MooseX-Meta-Attribute-Index/Makefile.PL


use inc::Module::Install;

name     'MooseX-Meta-Attribute-Index';
all_from 'lib/MooseX/Meta/Attribute/Index.pm';
author   'Christopher Brown <ctbrown@cpan.org>';


build_requires 'Test::More';
requires 'Moose' => 0.00;

auto_install;

WriteAll;