X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F400-define-role.t;h=7067651853bbb9e90c6bef3981da7d672de46d79;hb=c9313657717f78bd96f0325c6aa1c93d0b0d41a5;hp=47ac4eef101efc49271ea3bcc1c981f9ce7237ca;hpb=43e6a50b260b096a34b0c46da87296bd220c4184;p=gitmo%2FMouse.git diff --git a/t/400-define-role.t b/t/400-define-role.t index 47ac4ee..7067651 100644 --- a/t/400-define-role.t +++ b/t/400-define-role.t @@ -71,7 +71,8 @@ TODO: { eval { excludes 'excluded'; }; - local our $TODO = "Mouse::Role does not currently support 'excludes'"; + our $TODO; + local $TODO = "Mouse::Role does not currently support 'excludes'"; ::ok(!$@, "excludes"); no Mouse::Role;