New Pod::Inherit now works on 5.8 (still needs Pod::Tree, RT#81896)
Peter Rabbitson [Fri, 14 Dec 2012 08:28:44 +0000 (09:28 +0100)]
lib/DBIx/Class/Optional/Dependencies.pm

index 0b2617b..c1b6be5 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 => {