projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2bd379
)
New Pod::Inherit does not need Pod::Tree
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
6c51650
..
7b73889
100644
(file)
--- a/
lib/DBIx/Class/Optional/Dependencies.pm
+++ b/
lib/DBIx/Class/Optional/Dependencies.pm
@@
-621,9
+621,8
@@
my $reqs = {
req => {
%$test_and_dist_json_any,
'ExtUtils::MakeMaker' => '6.64',
- 'Pod::Inherit' => '0.90',
- 'Pod::Tree' => '0',
- }
+ 'Pod::Inherit' => '0.91',
+ },
},
dist_upload => {