Dinks pre release
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
CommitLineData
9ab964a8 1use inc::Module::Install 0.67;
1af16f71 2
27bf2c72 3if( -e 'MANIFEST.SKIP' ) {
4 system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' );
5}
6
d0599b6d 7perl_version '5.008001';
8
1af16f71 9name 'Catalyst-Plugin-Authentication';
10all_from 'lib/Catalyst/Plugin/Authentication.pm';
11
1af16f71 12requires 'Catalyst::Runtime';
13requires 'Class::Inspector';
14requires 'Catalyst::Plugin::Session' => '0.10';
15
ec9c7364 16test_requires 'Test::More';
d0599b6d 17test_requires 'Test::Exception';
ec9c7364 18
1af16f71 19auto_install;
20WriteAll;