projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b5bf138
)
increase Test::Warn dependency
Matt S Trout [Tue, 7 Oct 2008 17:32:00 +0000 (17:32 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
aa7cf00
..
573cddf
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-31,7
+31,7
@@
requires 'Encode' => 0 if ($] <= 5.008000);
test_requires 'DBD::SQLite' => 1.13;
test_requires 'Test::Builder' => 0.33;
-test_requires 'Test::Warn' => 0.08;
+test_requires 'Test::Warn' => 0.11;
test_requires 'Test::NoWarnings' => 0.08;
test_requires 'Test::Exception' => 0;