X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=6a91b14efd01c3ceab8153273e8e7784fce473a6;hb=90ac25e7abd7b48a955a9561e8bfdc1fd73fc93b;hp=1509001f7b1e346cb2dc2193d03d3f3afb72d982;hpb=bca16b0df9c4fc15c801e30805f80e12c7917056;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index 1509001..6a91b14 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,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; requires q{Moose}, '0.61'; requires q{Sub::Install}, '0.924';