X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F047_rebless_with_extra_params.t;h=e9bf9bb44958db1192f2ef45d4bb8acfc7518bff;hb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;hp=a7842d419d806cff7ba9f87a961480d52eadf516;hpb=a1644fa15efaedb8aa7c004a8135632ba1c10906;p=gitmo%2FClass-MOP.git diff --git a/t/047_rebless_with_extra_params.t b/t/047_rebless_with_extra_params.t index a7842d4..e9bf9bb 100644 --- a/t/047_rebless_with_extra_params.t +++ b/t/047_rebless_with_extra_params.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 22; +use Test::More tests => 21; use Test::Exception; -BEGIN { - use_ok('Class::MOP'); -} +use Class::MOP; { package Foo;