X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9701c9e7f53ec8501857bd198938885b47c718ee;hb=c9d30d7f6407097e5ed15ced2cc2fd9a176b30f2;hp=185aa0026a6cbe0bc38a651905eb91186ba5e81e;hpb=5447ee457d5fd503926799cb8efb8552bdb4764d;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Makefile.PL b/Makefile.PL index 185aa00..9701c9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,13 @@ 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'; -requires 'Moose'; +requires 'Moose' => '0.89'; +requires 'Moose::Exporter'; WriteAll;