X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9c0f4d5e33718ef8a18cbe20982385f746102a14;hb=52d358e2cf004a8b632b655832f7e9101db3c4dc;hp=4dfa6cea5f8b81306e8929811b1812deb082e162;hpb=57dad71eda1d16e561b364e216ff6f868c366236;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index 4dfa6ce..9c0f4d5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,10 +4,10 @@ use strict; use inc::Module::Install; -name q{MooseX-TypeLibrary}; +name q{MooseX-Types}; license q{perl}; author q{Robert 'phaylon' Sedlacek }; -all_from q{lib/MooseX/TypeLibrary.pm}; +all_from q{lib/MooseX/Types.pm}; build_requires q{Test::More}, '0.62'; build_requires q{FindBin}, 0;