X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7311fb848757eaab3b7c91807691cdd4747c98eb;hb=4724d42ea79c5591e30c1d98f9b434a4185e4da8;hp=8fb88e4a9253ee8d8b22e6e638cb88770d87cc14;hpb=74f2f839994288ca48292d561c9dc2d822deae39;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 8fb88e4..7311fb8 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,11 @@ all_from 'lib/Mouse.pm'; tests 't/*.t t/*/*.t'; +if ($] < 5.007003) { + requires 'Scalar::Util'; +} + build_requires 'Test::Exception'; -build_requires 'Sub::Uplevel'; # required by Test::Exception build_requires 'Test::More'; auto_include;