SQLT got a lot better lately - bump min version
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index 0b2617b..a6cbb49 100644 (file)
@@ -106,11 +106,11 @@ my $rdbms_firebird_odbc = {
 };
 
 my $reqs = {
-  dist => {
-    req => { $] < '5.010001' ? () : (
-      'Pod::Inherit' => '0.16',
+  dist_podinherit => {
+    req => {
+      'Pod::Inherit' => '0.90',
       'Pod::Tree'    => '0',
-    ) },
+    }
   },
 
   replicated => {
@@ -151,7 +151,7 @@ my $reqs = {
 
   deploy => {
     req => {
-      'SQL::Translator'           => '0.11006',
+      'SQL::Translator'           => '0.11016',
     },
     pod => {
       title => 'Storage::DBI::deploy()',