X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b1e6d3d8339df7f7390d7a74ad874096f32cff5e;hb=a7c1cd4c09fdbab0916a78c02a04ad0d270fef71;hp=98d14095c497821cbdea0be1bad79a09fc65bcd8;hpb=418f9e125db41ed8eb717781276d94b328356d28;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index 98d1409..b1e6d3d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,5 +16,8 @@ requires 'MooseX::Types::Path::Class' => 0; no_index 'directory' => 'examples'; auto_manifest; -auto_repository; + +# r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git +repository 'git://git.moose.perl.org/MooseX-Daemonize.git'; + WriteAll;