Add more tests for DynamicComponent, and make the config for a new dynamic component...
[catagits/CatalystX-DynamicComponent.git] / Makefile.PL
CommitLineData
8798165a 1use inc::Module::Install;
2
104abdae 3name 'CatalystX-DynamicComponent';
4all_from 'lib/CatalystX/DynamicComponent.pm';
8798165a 5
d42c5c76 6requires 'MooseX::Types::Structured' => '0.12';
7requires 'namespace::autoclean';
8requires 'MooseX::Types' => '0.10';
bbbe3c99 9requires 'MooseX::Role::Parameterized' => '0.06';
7d26c84b 10requires 'Catalyst::Model::Adaptor';
962d0e7f 11requires 'Catalyst::Runtime' => '5.80004';
279c014c 12requires 'List::MoreUtils';
544c4564 13auto_install;
104abdae 14extra_texts; # Need to install Module::Install::ExtraTests
8798165a 15WriteAll;