X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=t%2F004-build_bug.t;h=162786d4ba567160f983ad2d555c0143fe56f74c;hp=a46c803dc1a519527a2adb48acf3aff3c7cdad40;hb=e6fd0d07a3e79832893c8095ec634f9481c6aff9;hpb=e2119ce999a1d02eb970f750abe8866cf64c5552 diff --git a/t/004-build_bug.t b/t/004-build_bug.t index a46c803..162786d 100644 --- a/t/004-build_bug.t +++ b/t/004-build_bug.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More; { package MySingleton; @@ -34,3 +34,5 @@ is( MySingleton->attrib, 'bar', 'BUILDARGS changed value of attrib when instance was explicitly instantiated' ); + +done_testing;