move xt tests to xt/author for Module::Install to work
[gitmo/MooseX-Singleton.git] / Makefile.PL
index b6df86c..d30460a 100644 (file)
@@ -7,7 +7,8 @@ all_from 'lib/MooseX/Singleton.pm';
 
 requires 'Moose' => '0.82';
 
-build_requires 'Test::More';
+build_requires 'Scalar::Util';
+build_requires 'Test::More' => '0.88';
 build_requires 'Test::Exception';
 
 license 'Perl';