X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2d40d9a0c814956c29df5c1a99408a75f6ec36ea;hb=0c796d26b555bba8f5519163fd9a172e7cd372f3;hp=8dbc4a26c07f28f1248b8de2e1a650aa4100fa48;hpb=c33e632e4268f042c5c6bc98919fe4ef3246e270;p=dbsrgits%2FSQL-Abstract.git diff --git a/Makefile.PL b/Makefile.PL index 8dbc4a2..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 => {