From: Andy Grundman Date: Wed, 24 Aug 2005 12:52:51 +0000 (+0000) Subject: Added SQL::Abstract to prereqs X-Git-Tag: v0.03001~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=110401ea8c032db99434176e5a6c40419799a2fe;p=dbsrgits%2FDBIx-Class.git Added SQL::Abstract to prereqs --- diff --git a/Build.PL b/Build.PL index b54876b..21b4af0 100644 --- a/Build.PL +++ b/Build.PL @@ -9,6 +9,7 @@ my %arguments = ( 'DBI' => 0, 'UNIVERSAL::require' => 0, 'NEXT' => 0, + 'SQL::Abstract' => 1.19, 'SQL::Abstract::Limit' => 0.033, 'DBD::SQLite' => 1.08, 'Tie::IxHash' => 0,