X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F004_attribute_triggers.t;h=0695dc3c545e78bc8c30ae90a7a94e27a6cc5075;hb=e606ae5f848070d889472329819c95f5ba763ca3;hp=b5cf34eb9b9b945f180b84e76e1aed380be6c4cc;hpb=a9538ac90101d931f556b2649be34d4084d936e5;p=gitmo%2FMoose.git diff --git a/t/020_attributes/004_attribute_triggers.t b/t/020_attributes/004_attribute_triggers.t index b5cf34e..0695dc3 100644 --- a/t/020_attributes/004_attribute_triggers.t +++ b/t/020_attributes/004_attribute_triggers.t @@ -5,12 +5,10 @@ use warnings; use Scalar::Util 'isweak'; -use Test::More tests => 26; +use Test::More tests => 25; use Test::Exception; -BEGIN { - use_ok('Moose'); -} + { package Foo;