Temporarily stop requiring podinherit on < 5.10.1, until we fix it
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index d4c5a33..d34de2c 100644 (file)
@@ -107,10 +107,10 @@ my $rdbms_firebird_odbc = {
 
 my $reqs = {
   dist => {
-    req => {
+    req => { $] < '5.010001' ? () : (
       'Pod::Inherit' => '0.16',
       'Pod::Tree'    => '0',
-  },
+    ) },
   },
 
   replicated => {