X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1258cb4d6eccd4a746a8d1417477dde6a92737c8;hb=c5b5774e072a14fc5f765f1358a6466ec98bbbdc;hp=0ee133ffa9e52c7234c5ad5394bbd6f3682fa928;hpb=ad1917d79f5490b78c921ce0e7ae708c300d97e4;p=gitmo%2FMooseX-AlwaysCoerce.git diff --git a/Makefile.PL b/Makefile.PL index 0ee133f..1258cb4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,10 @@ 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'; +test_requires 'Test::Requires'; requires 'Moose'; requires 'namespace::autoclean'; @@ -15,6 +18,6 @@ auto_provides; auto_install; resources repository => - 'git://github.com/rkitover/mx-alwayscoerce.git'; + 'git://github.com/ketheridge/mx-alwayscoerce.git'; WriteAll;