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