set new version to 0.13
[gitmo/MooseX-AlwaysCoerce.git] / Makefile.PL
index 5809596..9bd3f02 100644 (file)
@@ -6,7 +6,9 @@ author   'Rafael Kitover <rkitover@cpan.org>';
 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;