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