Add a test that singletons are not destroyed (although this doesn't test the real...
[gitmo/MooseX-Singleton.git] / Makefile.PL
index b6df86c..934caa0 100644 (file)
@@ -7,6 +7,7 @@ all_from 'lib/MooseX/Singleton.pm';
 
 requires 'Moose' => '0.82';
 
+build_requires 'Scalar::Util';
 build_requires 'Test::More';
 build_requires 'Test::Exception';