From: Michael G Schwern Date: Sat, 15 Mar 2008 05:00:56 +0000 (+0000) Subject: Forgot to require Test::Warn X-Git-Tag: v0.08240~514 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c77d3e8c5c2ba8af7f8580b8987616f95190e2e0;hp=3ff1602f88b7824c75f2a32f18777347e6139b81;p=dbsrgits%2FDBIx-Class.git Forgot to require Test::Warn --- diff --git a/Makefile.PL b/Makefile.PL index 67f1167..de69408 100644 --- 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';