X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2d40d9a0c814956c29df5c1a99408a75f6ec36ea;hb=3d47a3014bc4c82f9240548d630a9adfb8c0b6b0;hp=3bdbe93b8796e9f319fb6bf77de0a9cc98ca954e;hpb=743a28dbb7e4920ed22ed5612bbf8dd7c28c4392;p=dbsrgits%2FSQL-Abstract.git diff --git a/Makefile.PL b/Makefile.PL index 3bdbe93..2d40d9a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,11 +17,10 @@ my %META = ( }, test => { requires => { - "Test::More" => '0.88', - "Test::Exception" => '0.31', - "Test::Warn" => '0', - "Test::Deep" => '0.101', - "Storable" => '0', # for cloning in tests + 'Test::More' => '0.88', + 'Test::Exception' => '0.31', + 'Test::Warn' => '0', + 'Storable' => '0', # for cloning in tests }, }, runtime => { @@ -34,10 +33,20 @@ my %META = ( 'Sub::Quote' => '2.000001', 'Hash::Merge' => '0.12', 'Text::Balanced' => '2.00', + 'perl' => '5.006', + # Used by SQL::Abstract::Test + 'Test::Deep' => '0.101', + 'Test::Builder::Module' => '0.84', }, }, 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 +63,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' ], }, );