From: Norbert Buchmuller Date: Wed, 26 Nov 2008 22:35:18 +0000 (+0000) Subject: Updated dependencies. X-Git-Tag: v1.70~252 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=089b32ff1ca5ed010b9ee40a5b48b50b47a49ac6;p=dbsrgits%2FSQL-Abstract.git Updated dependencies. --- diff --git a/Makefile.PL b/Makefile.PL index f1998fe..bcaee3a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,11 @@ WriteMakefile( VERSION_FROM => 'lib/SQL/Abstract.pm', # finds $VERSION PREREQ_PM => { "List::Util" => 0 + "Scalar::Util" => 0 + "Test::Builder" => 0, + "Test::More" => 0, + "Test::Exception" => 0, + "Data::Dumper" => 0, }, # e.g., Module::Name => 1.1 ABSTRACT_FROM => 'lib/SQL/Abstract.pm', # retrieve abstract from module AUTHOR => 'Nathan Wiger (nate@wiger.org)',