X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f8ccc292176171fe16f0b8053e4c8a7dfbfb3f0f;hb=6264db979f72eae9a0de1b314812fbf5a6fc058f;hp=de69408fbfb6df5a843f344609b52dfa93a694f6;hpb=c77d3e8c5c2ba8af7f8580b8987616f95190e2e0;p=dbsrgits%2FDBIx-Class.git 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';