Checking in changes prior to tagging of version 1.001. Changelog diff is:
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / Makefile.PL
CommitLineData
16585083 1use strict;
2use inc::Module::Install;
3
4name 'Catalyst-Authenticaton-Store-Htpasswd';
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';
11
12WriteAll;