And mangle things such that the actual app test works
[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
606e0db4 6license 'perl';
7
d42c5c76 8requires 'namespace::autoclean';
9requires 'MooseX::Types' => '0.10';
bbbe3c99 10requires 'MooseX::Role::Parameterized' => '0.06';
962d0e7f 11requires 'Catalyst::Runtime' => '5.80004';
3765b9ee 12requires 'Moose::Autobox' => undef; # ->flatten
279c014c 13requires 'List::MoreUtils';
606e0db4 14
15resources repository => 'git@github.com:bobtfish/catalyst-dynamicappdemo.git';
16
544c4564 17auto_install;
8798165a 18WriteAll;
606e0db4 19