Drop DBI requirement down to 1.57
Peter Rabbitson [Thu, 21 Apr 2011 16:46:25 +0000 (18:46 +0200)]
SQLite, MySQL, Pg, Oracle, ODBC and Sybase all tested to work

Changes
Makefile.PL

diff --git a/Changes b/Changes
index b063ea9..c5220ec 100644 (file)
--- 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)
 
index 8b538d5..d7c9816 100644 (file)
@@ -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',