X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F001_subtype_quote_bug.t;h=fa165542cf0cf4bc72a8dffb52e907fa1a73a997;hb=34d6d196372ac514abfe975cef15e8afd0af04c4;hp=f605e30bff308c9716bef919aa034c81811f3f0d;hpb=d03bd989b97597428b460d7f9a021e2931893fa0;p=gitmo%2FMoose.git diff --git a/t/100_bugs/001_subtype_quote_bug.t b/t/100_bugs/001_subtype_quote_bug.t index f605e30..fa16554 100644 --- a/t/100_bugs/001_subtype_quote_bug.t +++ b/t/100_bugs/001_subtype_quote_bug.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; =pod @@ -28,5 +28,9 @@ be well from now on. { package Object::Test; } -package Foo; -::use_ok('Moose'); +{ + package Foo; + ::use_ok('Moose'); +} + +done_testing;