X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F001_mouse%2F007-attributes.t;h=4dba52afb7d8cd9def05a67652e607b224d225f8;hp=925d4c4ee7ec0e97a27d3ae8753d8a21695bdda2;hb=73e9153a57c2adfd533a0ac5a3ad843ebfd4c7e7;hpb=f63873556821236f4b89d1725a9928b23d820342 diff --git a/t/001_mouse/007-attributes.t b/t/001_mouse/007-attributes.t index 925d4c4..4dba52a 100644 --- a/t/001_mouse/007-attributes.t +++ b/t/001_mouse/007-attributes.t @@ -3,9 +3,10 @@ use strict; use warnings; use Test::More tests => 21; use Test::Exception; +use Test::Mouse; use lib 't/lib'; -use Test::Mouse; +use MooseCompat; do { package Class;