From: Peter Rabbitson Date: Fri, 14 Dec 2012 08:28:44 +0000 (+0100) Subject: New Pod::Inherit now works on 5.8 (still needs Pod::Tree, RT#81896) X-Git-Tag: v0.08205~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=bc4b0c044fcc3287bc16c173e7b220c0c068bb7d New Pod::Inherit now works on 5.8 (still needs Pod::Tree, RT#81896) --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index 0b2617b..c1b6be5 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -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 => {