X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8dbc4a26c07f28f1248b8de2e1a650aa4100fa48;hb=fda0b270e45b2f419edf94e4f7e91d82d31c6f84;hp=935f58454bd3dd8eb75a629e2bde39e3bc150df8;hpb=b5f5aae4e50bb681f8af6a4fc4ff095d1f816b2e;p=scpubgit%2FQ-Branch.git diff --git a/Makefile.PL b/Makefile.PL index 935f584..8dbc4a2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ use 5.006; my %META = ( name => 'SQL-Abstract', license => 'perl_5', + dynamic_config => 0, prereqs => { configure => { requires => { @@ -33,10 +34,17 @@ my %META = ( 'Sub::Quote' => '2.000001', 'Hash::Merge' => '0.12', 'Text::Balanced' => '2.00', + 'perl' => '5.006', }, }, develop => { - requires => {}, + requires => { + 'Test::Pod' => '1.14', + 'Test::Pod::Coverage' => '1.04', + 'Pod::Coverage' => '0.19', + 'Test::EOL' => '1.0', + 'Test::NoTabs' => '0.9', + }, }, }, resources => { @@ -53,7 +61,7 @@ my %META = ( license => [ 'http://dev.perl.org/licenses/' ], }, no_index => { - package => 'DBIx::Class::Storage::Debug::PrettyPrint', + package => [ 'DBIx::Class::Storage::Debug::PrettyPrint' ], directory => [ 't', 'xt', 'examples' ], }, );