X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9701c9e7f53ec8501857bd198938885b47c718ee;hb=5fa797153fd062a0b9ea4d57bf2baf78b5510e88;hp=ef3fbf155c1ac855ab06905dbe6c69216840f3dd;hpb=1151098bae42302d0f50c0c972f466b1287a4ce7;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Makefile.PL b/Makefile.PL index ef3fbf1..9701c9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,13 @@ use inc::Module::Install; -name 'MooseX-Attribute-UndefTolerant'; +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;