Explicitly return the DOES coderef if we install it
[gitmo/Role-Tiny.git] / Makefile.PL
index 90481b3..72ad81e 100644 (file)
@@ -29,10 +29,9 @@ my %META = (
     } },
   },
   resources => {
-    # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git
     repository => {
-      url => 'git://git.shadowcat.co.uk/gitmo/Role-Tiny.git',
-      web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Role-Tiny.git',
+      url => 'git://github.com/moose/Role-Tiny.git',
+      web => 'https://github.com/moose/Role-Tiny',
       type => 'git',
     },
     bugtracker => {
@@ -51,6 +50,7 @@ my %MM_ARGS = (
   PREREQ_PM => {
     ($] >= 5.010 ? () : ('MRO::Compat' => 0)),
   }
+  realclean => { FILES => 'Distar/' },
 );
 
 ##############################################################################