From: Dave Rolsky Date: Fri, 7 Nov 2008 19:42:20 +0000 (+0000) Subject: Remove use_ok tests X-Git-Tag: 0.69~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5698763c68a90bf437f5b40bada3f9890849c66;p=gitmo%2FClass-MOP.git Remove use_ok tests --- diff --git a/t/031_method_modifiers.t b/t/031_method_modifiers.t index 8b42875..3ef94b8 100644 --- a/t/031_method_modifiers.t +++ b/t/031_method_modifiers.t @@ -3,13 +3,11 @@ use strict; use warnings; -use Test::More tests => 26; +use Test::More tests => 24; use Test::Exception; -BEGIN { - use_ok('Class::MOP'); - use_ok('Class::MOP::Method'); -} +use Class::MOP; +use Class::MOP::Method; # test before and afters {