X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=c8a7479c61be714dd3405d5472009ccb35194a88;hb=6cfbfdbc099ddc95835bfb05384d36c9eba7e527;hp=e07fb24f8621d48d4c172ec17f470ef6c4be7401;hpb=76cd1d7f79f3f6315c38a0b90d2fa9c717237cd1;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index e07fb24..c8a7479 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';