switch all tests to done_testing
[gitmo/MooseX-Singleton.git] / t / 005-build_bug-immutable.t
index 4b6c1d3..7f7fd0a 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More;
 
 {
     package MySingleton;
@@ -36,3 +36,5 @@ is(
     MySingleton->attrib, 'bar',
     'BUILDARGS changed value of attrib when instance was explicitly instantiated'
 );
+
+done_testing;