auto_update|create => auto_update|create_user
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
CommitLineData
7a8da4b8 1use inc::Module::Install 0.67;
f35dde03 2
85c6f23d 3if( -e 'MANIFEST.SKIP' ) {
4 system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' );
5}
6
f35dde03 7name 'Catalyst-Plugin-Authentication';
8all_from 'lib/Catalyst/Plugin/Authentication.pm';
9
10perl_version '5.8.1';
11
12requires 'Catalyst::Runtime';
13requires 'Class::Inspector';
14requires 'Catalyst::Plugin::Session' => '0.10';
15
16auto_install;
17WriteAll;