From: John Napiorkowski Date: Wed, 23 Jun 2010 19:09:22 +0000 (-0400) Subject: added repo X-Git-Tag: 0.02~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31da1363c1173c07798403b1a1bedc4c2abf27b2;p=gitmo%2FMooseX-Dependent.git added repo --- diff --git a/Makefile.PL b/Makefile.PL index 9ab8869..649431e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,7 @@ use inc::Module::Install 1.00; name 'MooseX-Types-Parameterizable'; all_from 'lib/MooseX/Types/Parameterizable.pm'; author 'John Napiorkowski '; +repository 'git://github.com/jjn1056/MooseX-Types-Parameterizable.git' license 'perl'; requires 'Moose' => '1.08';