X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F005-build_bug-immutable.t;h=7f7fd0aff2f44ae24959f777ca3338c8c640c568;hb=7fc144c9cb90c2fc7f37fcf956f53bcefe369419;hp=4b6c1d3f3dcb40d5f29dacd139ae298fe221f531;hpb=e2119ce999a1d02eb970f750abe8866cf64c5552;p=gitmo%2FMooseX-Singleton.git diff --git a/t/005-build_bug-immutable.t b/t/005-build_bug-immutable.t index 4b6c1d3..7f7fd0a 100644 --- a/t/005-build_bug-immutable.t +++ b/t/005-build_bug-immutable.t @@ -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;