X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ca86a441eac4bc584142b360e6b72b086f537dc5;hb=4a786d1f20fe2bb0d37e91c78c26c9da40821cef;hp=7cd3009eedf6709c2c95a38487295041216f5e66;hpb=88f7dcd23a5adc905f0fd92f9bcfdb01ccbb5e99;p=gitmo%2FMooseX-Dependent.git diff --git a/Makefile.PL b/Makefile.PL index 7cd3009..ca86a44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,11 +3,10 @@ use strict; use warnings; use inc::Module::Install 1.00; -name 'MooseX-Parameterizable-Types'; -all_from 'lib/MooseX/Parameterizable/Types.pm'; +name 'MooseX-Types-Parameterizable'; +all_from 'lib/MooseX/Types/Parameterizable.pm'; author 'John Napiorkowski '; -## repository 'git://git.moose.perl.org/MooseX-Parameterizable.git' - +repository 'git://github.com/jjn1056/MooseX-Types-Parameterizable.git'; license 'perl'; requires 'Moose' => '1.08';