projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fccee7
)
Temporarily stop requiring podinherit on < 5.10.1, until we fix it
Peter Rabbitson [Tue, 11 Dec 2012 11:33:35 +0000 (12:33 +0100)]
lib/DBIx/Class/Optional/Dependencies.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Optional/Dependencies.pm
b/lib/DBIx/Class/Optional/Dependencies.pm
index
d4c5a33
..
d34de2c
100644
(file)
--- 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 => {