From: Peter Rabbitson Date: Tue, 11 Dec 2012 11:33:35 +0000 (+0100) Subject: Temporarily stop requiring podinherit on < 5.10.1, until we fix it X-Git-Tag: v0.08205~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5e0fd2478552f66b232db5e569414537b1e3646;p=dbsrgits%2FDBIx-Class.git Temporarily stop requiring podinherit on < 5.10.1, until we fix it --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index d4c5a33..d34de2c 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -107,10 +107,10 @@ my $rdbms_firebird_odbc = { my $reqs = { dist => { - req => { + req => { $] < '5.010001' ? () : ( 'Pod::Inherit' => '0.16', 'Pod::Tree' => '0', - }, + ) }, }, replicated => {