X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9bd3f028c1cf3d0d962200a0fab43bdad7555e47;hb=9e40d3662cb2d194951fe95156a4aa8806c2f794;hp=5809596297e9b62a555168b6d004266afcd7c735;hpb=df491f72df4e5e7d9edda466a9408528c843ba33;p=gitmo%2FMooseX-AlwaysCoerce.git diff --git a/Makefile.PL b/Makefile.PL index 5809596..9bd3f02 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,9 @@ author 'Rafael Kitover '; license 'perl'; test_requires 'Test::More' => '0.94'; -test_requires 'Test::Exception'; +test_requires 'Test::Fatal'; +test_requires 'Test::NoWarnings'; +test_requires 'Test::Requires'; requires 'Moose'; requires 'namespace::autoclean'; @@ -16,6 +18,6 @@ auto_provides; auto_install; resources repository => - 'git://github.com/rkitover/mx-alwayscoerce.git'; + 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-AlwaysCoerce.git'; WriteAll;