8fe806a2f4b2e5b7aaae45a9c57a8db0940d7790
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / Makefile.PL
1 use strict;
2 use inc::Module::Install 0.87;
3
4 name 'Catalyst-Authentication-Store-Htpasswd';
5 all_from 'lib/Catalyst/Authentication/Store/Htpasswd.pm';
6
7 requires 'Catalyst::Plugin::Authentication' => '0.10006';
8 requires 'Authen::Htpasswd' => '0.13';
9 requires 'Class::Accessor::Fast';
10 requires 'Crypt::PasswdMD5';
11 build_requires 'Test::WWW::Mechanize::Catalyst';
12 build_requires 'Test::use::ok';
13
14 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-Htpasswd/1.000/trunk/';
15
16 WriteAll;