Bug fixes and test from nilsonsfj - Cheers!
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
CommitLineData
f35dde03 1use inc::Module::Install 0.65;
2
3name 'Catalyst-Plugin-Authentication';
4all_from 'lib/Catalyst/Plugin/Authentication.pm';
5
6perl_version '5.8.1';
7
8requires 'Catalyst::Runtime';
9requires 'Class::Inspector';
10requires 'Catalyst::Plugin::Session' => '0.10';
11
12auto_install;
13WriteAll;