From: Matt S Trout Date: Tue, 7 Oct 2008 17:32:00 +0000 (+0000) Subject: increase Test::Warn dependency X-Git-Tag: v0.08240~330 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97aca715282017d573c89d42cb820f9d3c634d84;p=dbsrgits%2FDBIx-Class.git increase Test::Warn dependency --- diff --git a/Makefile.PL b/Makefile.PL index aa7cf00..573cddf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ requires 'Encode' => 0 if ($] <= 5.008000); test_requires 'DBD::SQLite' => 1.13; test_requires 'Test::Builder' => 0.33; -test_requires 'Test::Warn' => 0.08; +test_requires 'Test::Warn' => 0.11; test_requires 'Test::NoWarnings' => 0.08; test_requires 'Test::Exception' => 0;