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=52e5f955631bd1734feae3659100757b7925cbb7;hp=a7842d419d806cff7ba9f87a961480d52eadf516;hpb=214e4bd762a6153730b2556614d9e743b3180129;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;