projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d9562cd
)
Require Test::DM 0.09
Dave Rolsky [Tue, 12 Apr 2011 17:46:02 +0000 (12:46 -0500)]
xt/author/test-my-dependents.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/author/test-my-dependents.t
b/xt/author/test-my-dependents.t
index
a5f5192
..
d92c493
100644
(file)
--- a/
xt/author/test-my-dependents.t
+++ b/
xt/author/test-my-dependents.t
@@
-10,7
+10,7
@@
BEGIN {
}
use Test::Requires {
- 'Test::DependentModules' => '0.08', # skip all if not installed
+ 'Test::DependentModules' => '0.09', # skip all if not installed
};
use Test::DependentModules qw( test_all_dependents test_modules );