Utilize Pod::Inherit to add an INHERITED METHODS section to docs
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index b35c3c9..281d30a 100644 (file)
@@ -107,7 +107,10 @@ my $rdbms_firebird_odbc = {
 
 my $reqs = {
   dist => {
-    #'Module::Install::Pod::Inherit' => '0.01',
+    req => {
+      'Pod::Inherit' => '0.16',
+      'Pod::Tree'    => '0',
+  },
   },
 
   replicated => {
@@ -713,7 +716,7 @@ sub _gen_pod {
 "\n\n---------------------------------------------------------------------\n"
   ;
 
-  # do not ask for a recet version, use 1.x API calls
+  # do not ask for a recent version, use 1.x API calls
   # this *may* execute on a smoker with old perl or whatnot
   require File::Path;