Added Scalar::Util to prereq, not sure which version we need though
Andy Grundman [Wed, 24 Aug 2005 13:11:43 +0000 (13:11 +0000)]
Build.PL

index 21b4af0..0853b8f 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,6 +9,7 @@ my %arguments = (
         'DBI'                       => 0,
         'UNIVERSAL::require'        => 0,
         'NEXT'                      => 0,
+        'Scalar::Util'              => 0,
         'SQL::Abstract'             => 1.19,
         'SQL::Abstract::Limit'      => 0.033,
         'DBD::SQLite'               => 1.08,