X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=4ea151ed8ebc5f661b758a1bfc33e66dd4d8ee33;hb=1f0716010cd80a4a4c192e16034c69caa6b01606;hp=6a91b14efd01c3ceab8153273e8e7784fce473a6;hpb=90ac25e7abd7b48a955a9561e8bfdc1fd73fc93b;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index 6a91b14..4ea151e 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,8 +12,9 @@ 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{Moose}, '0.93'; requires q{Sub::Install}, '0.924'; requires q{namespace::clean}, '0.08'; requires q{Carp}, 0;