projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3ff1602
)
Forgot to require Test::Warn
Michael G Schwern [Sat, 15 Mar 2008 05:00:56 +0000 (
05:00
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
67f1167
..
de69408
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-24,6
+24,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;
install_script 'script/dbicadmin';