Switch to GH url in meta for metacpan's sake
[p5sagit/namespace-clean.git] / Makefile.PL
index 411c9ef..c7a36f7 100644 (file)
@@ -31,7 +31,7 @@ my %META = (
     },
     test => {
       requires => {
-        'Test::More' => '0.88',
+        'Test::More' => '0.47',
       }
     },
   },
@@ -42,7 +42,7 @@ my %META = (
     repository => {
       type => 'git',
       url => 'git://git.shadowcat.co.uk/p5sagit/namespace-clean.git',
-      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/namespace-clean.git',
+      web => 'https://github.com/p5sagit/namespace-clean',
     },
     bugtracker => {
       mailto => 'bug-namespace-clean@rt.cpan.org',