40d12dc7758875aa4b6aaec6427fcf8c7f282a31
[catagits/Catalyst-Authentication-Realm-Adaptor.git] / Makefile.PL
1 use inc::Module::Install 0.91;
2
3 name 'Catalyst-Authentication-Realm-Adaptor';
4 all_from 'lib/Catalyst/Authentication/Realm/Adaptor.pm';
5
6 perl_version '5.8.1';
7
8 if( -e 'MANIFEST.SKIP' ) {
9     system( 'pod2text lib/Catalyst/Authentication/Realm/Adaptor.pm > README');
10 }
11
12 requires (  
13             'Catalyst::Runtime' => 0,
14                 'Catalyst::Plugin::Authentication' => 0.10003,
15                 'Moose' => 0,
16          );
17           
18 test_requires ('Test::More' => 0.42);