From: Shawn M Moore Date: Mon, 28 Dec 2009 20:09:59 +0000 (-0500) Subject: Add repository info X-Git-Tag: 0.02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-HasDefaults.git;a=commitdiff_plain;h=e27e1edb05edaa51d8ff991e3ce8d609b251d1ec Add repository info --- diff --git a/Makefile.PL b/Makefile.PL index b131bd9..95f1eae 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,7 @@ use inc::Module::Install; name 'MooseX-HasDefaults'; all_from 'lib/MooseX/HasDefaults.pm'; +repository 'gitmo@git.moose.perl.org:MooseX-HasDefaults.git'; requires 'Moose';