From: Norbert Buchmuller Date: Tue, 25 Nov 2008 06:52:01 +0000 (+0100) Subject: * Undid bumping of SQL::Abstract version dependency. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6881e2b290431f37eafa172d955b688d44856daa;p=dbsrgits%2FDBIx-Class-Historic.git * Undid bumping of SQL::Abstract version dependency. --- diff --git a/Makefile.PL b/Makefile.PL index d87264f..c1b6596 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ all_from 'lib/DBIx/Class.pm'; requires 'Data::Page' => 2.00; requires 'Scalar::Util' => 0; -requires 'SQL::Abstract' => 1.49; +requires 'SQL::Abstract' => 1.20; requires 'SQL::Abstract::Limit' => 0.101; requires 'Class::C3' => 0.13; requires 'Class::C3::Componentised' => 0;