From: Karen Etheridge Date: Sun, 14 Apr 2013 23:19:49 +0000 (-0700) Subject: MI auto_repository plugin no longer exists; set repository manually X-Git-Tag: 0.16~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7c1cd4c09fdbab0916a78c02a04ad0d270fef71;p=gitmo%2FMooseX-Daemonize.git MI auto_repository plugin no longer exists; set repository manually --- 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;