0.11 release to fix bad tarball.
[gitmo/MooseX-AlwaysCoerce.git] / Makefile.PL
index 0ee133f..1258cb4 100644 (file)
@@ -5,7 +5,10 @@ all_from 'lib/MooseX/AlwaysCoerce.pm';
 author   'Rafael Kitover <rkitover@cpan.org>';
 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;