X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F017_add_method_modifier.t;h=079d92170563a9d45179652eb631fb949b761b2d;hb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;hp=e2e44222f4445dd8c1c1a71827f367671be473ba;hpb=a1644fa15efaedb8aa7c004a8135632ba1c10906;p=gitmo%2FClass-MOP.git diff --git a/t/017_add_method_modifier.t b/t/017_add_method_modifier.t index e2e4422..079d921 100644 --- a/t/017_add_method_modifier.t +++ b/t/017_add_method_modifier.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 20; +use Test::More tests => 19; use Test::Exception; -BEGIN { - use_ok('Class::MOP'); -} +use Class::MOP; { package BankAccount;