X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;h=281d30ab29b3da0ddbd26441018ef7e6097a2d76;hb=3d4c5a8439e2c5f6b74e6c8f52117ececd9e20fa;hp=b35c3c97d8497d5a587d7530daf6ec72b1ac6cf4;hpb=937114227af35f69796b19606cd87083b2a9ae68;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index b35c3c9..281d30a 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -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;