From: John Napiorkowski Date: Wed, 23 Jun 2010 19:19:41 +0000 (-0400) Subject: typo fix X-Git-Tag: 0.02~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1fac9aa2b2cd99302a4fb572d720c88b7b5a9d7;p=gitmo%2FMooseX-Dependent.git typo fix --- diff --git a/Makefile.PL b/Makefile.PL index 649431e..ca86a44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +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' +repository 'git://github.com/jjn1056/MooseX-Types-Parameterizable.git'; license 'perl'; requires 'Moose' => '1.08';