X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7311fb848757eaab3b7c91807691cdd4747c98eb;hb=f671555230c6928a7834a9c6be047649cd0c4f5b;hp=d89d8f6e16683062dbf49db8c2c3586f55e2c56a;hpb=b9add211357754c5b4e4a122210412fa9ac737d9;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index d89d8f6..7311fb8 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,12 @@ all_from 'lib/Mouse.pm'; tests 't/*.t t/*/*.t'; +if ($] < 5.007003) { + requires 'Scalar::Util'; +} + +build_requires 'Test::Exception'; build_requires 'Test::More'; +auto_include; WriteAll; -