From: Peter Rabbitson Date: Thu, 21 Apr 2011 16:46:25 +0000 (+0200) Subject: Drop DBI requirement down to 1.57 X-Git-Tag: v0.08191~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=997a3638a92234ac9f0a1a49984110cb73fb4dbb;p=dbsrgits%2FDBIx-Class.git Drop DBI requirement down to 1.57 SQLite, MySQL, Pg, Oracle, ODBC and Sybase all tested to work --- diff --git a/Changes b/Changes index b063ea9..c5220ec 100644 --- a/Changes +++ b/Changes @@ -68,6 +68,8 @@ Revision history for DBIx::Class - Greatly reduced loading of non-essential modules to aid startup time (mainly benefiting CGI users) - Make sure all namespaces are clean of rogue imports + - Dropped DBI req 2 years back - everything works with 1.57, no + point requiring something newer 0.08190-TRIAL 2011-01-24 15:35 (UTC) diff --git a/Makefile.PL b/Makefile.PL index 8b538d5..d7c9816 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -76,7 +76,7 @@ my $runtime_requires = { 'Try::Tiny' => '0.04', # XS (or XS-dependent) libs - 'DBI' => '1.609', + 'DBI' => '1.57', 'namespace::clean' => '0.20', 'Sub::Name' => '0.04', 'Variable::Magic' => '0.44',