set new version to 0.13
[gitmo/MooseX-AlwaysCoerce.git] / Makefile.PL
index 19185e7..9bd3f02 100644 (file)
@@ -6,7 +6,7 @@ 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';
 
@@ -18,6 +18,6 @@ auto_provides;
 auto_install;
 
 resources repository =>
-    'git://github.com/karenetheridge/mx-alwayscoerce.git';
+    'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-AlwaysCoerce.git';
 
 WriteAll;