X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8dbc4a26c07f28f1248b8de2e1a650aa4100fa48;hb=04cde4cfad6c3172c31189ec3943d8ebf15959e9;hp=5e246bd67c1a56222b676a86aa626b9cee9b6e0d;hpb=b3ecfcfa9e4fafe5815bfbe344fc69947922c22c;p=scpubgit%2FQ-Branch.git diff --git a/Makefile.PL b/Makefile.PL index 5e246bd..8dbc4a2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,7 +38,13 @@ my %META = ( }, }, 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 => { @@ -55,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' ], }, );