8338d40c8fd06f6bec07c2f298a60ead95dee0ca
[p5sagit/Config-Any.git] / Makefile.PL
1 use inc::Module::Install 0.71;
2
3 if ( -e 'MANIFEST.SKIP' ) {
4     system( 'pod2text lib/Config/Any.pm > README' );
5 }
6
7 perl_version '5.006';
8
9 all_from 'lib/Config/Any.pm';
10
11 requires 'Module::Pluggable' => '3.01';
12
13 test_requires 'Test::More';
14
15 auto_install;
16 WriteAll;