X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=645143ce6a7e1055069177673d1bdb05f921ddd0;hp=bf7c59ed211c738d561a39d542baba788decf4e1;hb=adee716c5ee8cda002acdaaa31764b72382101a3;hpb=475616f8b8b4720721efd3a395197930832aba06 diff --git a/Makefile.PL b/Makefile.PL index bf7c59e..645143c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,6 +25,7 @@ requires 'Scalar::Util'; requires 'Template'; requires 'Text::SimpleTable' => 0.03; requires 'Test::MockObject'; +requires 'Test::NoWarnings' => 0.082; requires 'Time::HiRes'; requires 'Tree::Simple'; requires 'Tree::Simple::Visitor::FindByPath';