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