X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9ab8869d9395cb334b6135cc128d6833fc6390f1;hb=ca01e833d59b1af84a52e2c10ae62ede34d6f169;hp=7cd3009eedf6709c2c95a38487295041216f5e66;hpb=88f7dcd23a5adc905f0fd92f9bcfdb01ccbb5e99;p=gitmo%2FMooseX-Dependent.git diff --git a/Makefile.PL b/Makefile.PL index 7cd3009..9ab8869 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,11 +3,9 @@ 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' - license 'perl'; requires 'Moose' => '1.08';