projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6ad1059
)
Missing requires of Test::NoWarnings
Michael G Schwern [Sat, 15 Mar 2008 05:08:34 +0000 (
05:08
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
de69408
..
f8ccc29
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-25,6
+25,7
@@
requires 'Encode' => 0 if ($] <= 5.008000);
build_requires 'DBD::SQLite' => 1.13;
build_requires 'Test::Builder' => 0.33;
build_requires 'Test::Warn' => 0.08;
+build_requires 'Test::NoWarnings' => 0.08;
install_script 'script/dbicadmin';