X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c8a7479c61be714dd3405d5472009ccb35194a88;hb=topic%2Fsmartmatch;hp=6a91b14efd01c3ceab8153273e8e7784fce473a6;hpb=90ac25e7abd7b48a955a9561e8bfdc1fd73fc93b;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index 6a91b14..c8a7479 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use warnings; use strict; -use inc::Module::Install 0.67; +use inc::Module::Install 0.91; name q{MooseX-Types}; license q{perl}; @@ -12,6 +12,7 @@ all_from q{lib/MooseX/Types.pm}; build_requires q{Test::More}, '0.80'; build_requires q{FindBin}, 0; build_requires q{Test::Moose}, 0; +build_requires q{Test::Exception}, 0; requires q{Moose}, '0.61'; requires q{Sub::Install}, '0.924';