From: Michael G Schwern Date: Sat, 15 Mar 2008 05:08:34 +0000 (+0000) Subject: Missing requires of Test::NoWarnings X-Git-Tag: v0.08240~512 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=1aaf7f15fee24a5715292ecfb8889a2a7eaf4042 Missing requires of Test::NoWarnings --- diff --git a/Makefile.PL b/Makefile.PL index de69408..f8ccc29 100644 --- 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';