X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2d40d9a0c814956c29df5c1a99408a75f6ec36ea;hb=ced7484c5bc01855f3771a835bef84e0448a25d6;hp=0a54504223e03a52fbf6de4063c55919a564eab3;hpb=fe143972050e95c4c91df08c24938cee96065bfe;p=dbsrgits%2FSQL-Abstract.git diff --git a/Makefile.PL b/Makefile.PL index 0a54504..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 => { @@ -35,6 +34,9 @@ my %META = ( '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 => { @@ -61,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' ], }, );