completing namespace change
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
1 use inc::Module::Install 0.67;
2
3 if( -e 'MANIFEST.SKIP' ) {
4     system( 'pod2text lib/Catalyst/Authentication/Store/DBIx/Class.pm > README' );
5 }
6
7 name 'Catalyst-Authentication-Store-DBIx-Class';
8 all_from 'lib/Catalyst/Authentication/Store/DBIx/Class.pm';
9
10 perl_version '5.8.1';
11
12 requires 'Catalyst::Runtime';
13 requires 'Catalyst::Plugin::Authentication';
14
15 test_requires 'Test::More';
16
17 auto_install;
18 WriteAll;
19