X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ca5c08e5c8fd8e5198cead7384da6e614377026e;hb=38a6d1e7e4d005fc73caa135820f692cbf3778fc;hp=185aa0026a6cbe0bc38a651905eb91186ba5e81e;hpb=5447ee457d5fd503926799cb8efb8552bdb4764d;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Makefile.PL b/Makefile.PL index 185aa00..ca5c08e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,14 @@ use inc::Module::Install; -name 'MooseX-Attribute-UndefTolerant'; -all_from 'lib/MooseX/Attribute/UndefTolerant.pm'; +name 'MooseX-UndefTolerant'; +all_from 'lib/MooseX/UndefTolerant.pm'; author q{Cory G Watson }; license 'perl'; build_requires 'Test::More'; +build_requires 'Test::More' => '0.002'; -requires 'Moose'; +requires 'Moose' => '0.89'; +requires 'Moose::Exporter'; WriteAll;