projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9dfb034
)
New Pod::Inherit now works on 5.8 (still needs Pod::Tree, RT#81896)
Peter Rabbitson [Fri, 14 Dec 2012 08:28:44 +0000 (09:28 +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
0b2617b
..
c1b6be5
100644
(file)
--- 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 => {