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