X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;fp=t%2F014_attribute_introspection.t;h=b02cfeb0e3122262b9b833769d33b6977819ddd1;hb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;hp=f9c8bb15446833d77ef0180027a62dece2214c69;hpb=a1644fa15efaedb8aa7c004a8135632ba1c10906;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index f9c8bb1..b02cfeb 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 63; +use Test::More tests => 62; use Test::Exception; -BEGIN { - use_ok('Class::MOP'); -} +use Class::MOP; { my $attr = Class::MOP::Attribute->new('$test');