From: Andy Grundman <andy@hybridized.org>
Date: Wed, 24 Aug 2005 13:11:43 +0000 (+0000)
Subject: Added Scalar::Util to prereq, not sure which version we need though
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fa9bab88b9286598053d43a4a97ed457567ae87;p=dbsrgits%2FDBIx-Class-Historic.git

Added Scalar::Util to prereq, not sure which version we need though
---

diff --git a/Build.PL b/Build.PL
index 21b4af0..0853b8f 100644
--- 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,