X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e0d90c42d848113c43c48880bafc44023fd58479;hb=4c4c6184f04bd8a38aa4396e054be1a6379fc936;hp=8ea186ccb5b396929d3826bae175af19c9d66ff0;hpb=109765190925eacd136c768c02c8fac580e4aadd;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 8ea186c..e0d90c4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ all_from 'lib/DBIx/Class.pm'; requires 'DBD::SQLite' => 1.25; requires 'Data::Page' => 2.00; -requires 'SQL::Abstract' => 1.55; +requires 'SQL::Abstract' => 1.56; requires 'SQL::Abstract::Limit' => 0.13; requires 'Class::C3::Componentised' => 1.0005; requires 'Carp::Clan' => 6.0;