projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
90d4cbc
)
Bump minimum Test::Pod Dependency
Peter Rabbitson [Wed, 24 Apr 2013 01:45:19 +0000 (
03:45
+0200)]
In
47589465
we started feeding dirs to all_pod_files_ok - only Test::Pod 1.42
understands that
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
6af4221
..
16f88be
100644
(file)
--- a/
lib/DBIx/Class/Optional/Dependencies.pm
+++ b/
lib/DBIx/Class/Optional/Dependencies.pm
@@
-164,7
+164,7
@@
my $reqs = {
test_pod => {
req => {
- 'Test::Pod' => '1.41',
+ 'Test::Pod' => '1.42',
},
},