X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F012_rebless.t;h=c8ec23e5bbf68f6cdbb02006cd202d146e191ea6;hb=d0caa5e58a8ebd292a03261b31af6764ba0caa22;hp=fcc5dd63c6485d43e631b06ee01db534594f16e0;hpb=688fcdda5c37b86784f8a923b636bdbbf47181d5;p=gitmo%2FMoose.git diff --git a/t/010_basics/012_rebless.t b/t/010_basics/012_rebless.t index fcc5dd6..c8ec23e 100644 --- a/t/010_basics/012_rebless.t +++ b/t/010_basics/012_rebless.t @@ -3,14 +3,11 @@ use strict; use warnings; -use Test::More tests => 13; +use Test::More tests => 11; use Test::Exception; use Scalar::Util 'blessed'; -BEGIN { - use_ok('Moose'); - use_ok("Moose::Util::TypeConstraints"); -} +use Moose::Util::TypeConstraints; subtype 'Positive' => as 'Num'