use inc::Module::Install 0.91; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); } perl_version '5.006'; name 'Config-Any'; all_from 'lib/Config/Any.pm'; requires 'Module::Pluggable' => '3.01'; test_requires 'Test::More'; resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/'; WriteAll;