X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=39093b2d0b1d875b27e82cb80d3a2a16dfc36bae;hb=31af4cd4e807c9f9f716b5226d7023d17fa2fdc0;hp=0ee133ffa9e52c7234c5ad5394bbd6f3682fa928;hpb=ad1917d79f5490b78c921ce0e7ae708c300d97e4;p=gitmo%2FMooseX-AlwaysCoerce.git diff --git a/Makefile.PL b/Makefile.PL index 0ee133f..39093b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,9 @@ all_from 'lib/MooseX/AlwaysCoerce.pm'; author 'Rafael Kitover '; license 'perl'; -test_requires 'Test::More'; +test_requires 'Test::More' => '0.94'; +test_requires 'Test::Exception'; +test_requires 'Test::NoWarnings'; requires 'Moose'; requires 'namespace::autoclean';