X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=39093b2d0b1d875b27e82cb80d3a2a16dfc36bae;hb=0d42c8e8c15eb1addd4fb1b1669e89cffc36d7e6;hp=5809596297e9b62a555168b6d004266afcd7c735;hpb=dd11ea452cdae2f2949376f1d8c1bfc73577fad5;p=gitmo%2FMooseX-AlwaysCoerce.git diff --git a/Makefile.PL b/Makefile.PL index 5809596..39093b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ license 'perl'; test_requires 'Test::More' => '0.94'; test_requires 'Test::Exception'; +test_requires 'Test::NoWarnings'; requires 'Moose'; requires 'namespace::autoclean';