Bump required Module::Install version in everything. janus++
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
1 use inc::Module::Install 0.87;
2
3 name 'Catalyst-Authentication-Credential-HTTP';
4 all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';
5
6 requires 'Catalyst::Runtime';
7 requires 'Catalyst::Plugin::Authentication' => '0.10000';
8 requires 'Data::UUID' => '0.11';
9 requires 'String::Escape';
10 requires 'Test::Exception';
11 requires 'Test::MockObject';
12 requires 'URI::Escape';
13 requires 'Class::Accessor::Fast';
14
15 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP';
16
17 auto_install;
18 WriteAll;
19