From: Norbert Buchmuller Date: Wed, 26 Nov 2008 22:35:22 +0000 (+0000) Subject: Updated dependencies. (made a typo in previous commit) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FQ-Branch.git;a=commitdiff_plain;h=05cb369d806381025614db5918747d10869ede8e Updated dependencies. (made a typo in previous commit) --- diff --git a/Makefile.PL b/Makefile.PL index bcaee3a..1230ae8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,8 +6,8 @@ WriteMakefile( NAME => 'SQL::Abstract', VERSION_FROM => 'lib/SQL/Abstract.pm', # finds $VERSION PREREQ_PM => { - "List::Util" => 0 - "Scalar::Util" => 0 + "List::Util" => 0, + "Scalar::Util" => 0, "Test::Builder" => 0, "Test::More" => 0, "Test::Exception" => 0,