X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c8a7479c61be714dd3405d5472009ccb35194a88;hb=64f423032040d0bed08b632447c1fbbe6cd1787d;hp=e07fb24f8621d48d4c172ec17f470ef6c4be7401;hpb=a74dd62c797393dddd06dce87a76506cff0c645c;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';