X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=39093b2d0b1d875b27e82cb80d3a2a16dfc36bae;hb=0a64dac6a3376cc92b81b708dbd56f5cc675d050;hp=da68f02364c2fd9a1dcf0ace9c8455edab50e935;hpb=7a603ffaf368e45a344d029e716ea36b10794e40;p=gitmo%2FMooseX-AlwaysCoerce.git diff --git a/Makefile.PL b/Makefile.PL index da68f02..39093b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,9 +5,13 @@ 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'; +requires 'MooseX::ClassAttribute'; auto_provides; auto_install;