X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8dbc4a26c07f28f1248b8de2e1a650aa4100fa48;hb=116bc0b69bc3d55647a4e195cf212a6af38ba5b8;hp=3bdbe93b8796e9f319fb6bf77de0a9cc98ca954e;hpb=743a28dbb7e4920ed22ed5612bbf8dd7c28c4392;p=scpubgit%2FQ-Branch.git diff --git a/Makefile.PL b/Makefile.PL index 3bdbe93..8dbc4a2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,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 => { @@ -54,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' ], }, );