Comments, style
[gitmo/Mouse.git] / Makefile.PL
index d89d8f6..7311fb8 100755 (executable)
@@ -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;
-