X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F006_attribute_required.t;h=09757655d41a31121501f756a6068ab823be08a9;hb=f4fce6c81b07df08698798d87f6e7c0080b639cc;hp=4f65021abd8dc1594c0959273e93e065fe872c51;hpb=1ed0b94f2778689bab78111b84efb26ae65c8eb2;p=gitmo%2FMoose.git diff --git a/t/020_attributes/006_attribute_required.t b/t/020_attributes/006_attribute_required.t index 4f65021..0975765 100644 --- a/t/020_attributes/006_attribute_required.t +++ b/t/020_attributes/006_attribute_required.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 16; +use Test::More tests => 15; use Test::Exception; -BEGIN { - use_ok('Moose'); -} + { package Foo;