add MANIFEST.SKIP; update gitignore. 0.10 release FAIL! :(
[gitmo/MooseX-AlwaysCoerce.git] / Makefile.PL
index 5809596..1258cb4 100644 (file)
@@ -7,6 +7,8 @@ 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';
@@ -16,6 +18,6 @@ auto_provides;
 auto_install;
 
 resources repository =>
-    'git://github.com/rkitover/mx-alwayscoerce.git';
+    'git://github.com/ketheridge/mx-alwayscoerce.git';
 
 WriteAll;