add MANIFEST.SKIP; update gitignore. 0.10 release FAIL! :(
[gitmo/MooseX-AlwaysCoerce.git] / Makefile.PL
index 39093b2..1258cb4 100644 (file)
@@ -8,6 +8,7 @@ license  'perl';
 test_requires 'Test::More' => '0.94';
 test_requires 'Test::Exception';
 test_requires 'Test::NoWarnings';
+test_requires 'Test::Requires';
 
 requires 'Moose';
 requires 'namespace::autoclean';
@@ -17,6 +18,6 @@ auto_provides;
 auto_install;
 
 resources repository =>
-    'git://github.com/rkitover/mx-alwayscoerce.git';
+    'git://github.com/ketheridge/mx-alwayscoerce.git';
 
 WriteAll;