Missing requires of Test::NoWarnings
Michael G Schwern [Sat, 15 Mar 2008 05:08:34 +0000 (05:08 +0000)]
Makefile.PL

index de69408..f8ccc29 100644 (file)
@@ -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';