X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=72ad81ef45ae36d9afbfff94e3d454d64c00282c;hb=master;hp=90481b3ffb1b4851cce13f3d70e3d21ab3c22cb7;hpb=66f15175dafdd4b50d43d112653fc7177e362248;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index 90481b3..72ad81e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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/' }, ); ##############################################################################