X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7311fb848757eaab3b7c91807691cdd4747c98eb;hb=815f725aeff0bd44da8d75e7cd4ac456e9e60238;hp=675b7fec1704fa94bc31af4fb052e0af6bec785a;hpb=eab815459cfd4be951f1f44cd656e76169f7a1d6;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 675b7fe..7311fb8 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,9 +5,12 @@ 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; WriteAll; -