X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_mouse%2F007-attributes.t;h=4dba52afb7d8cd9def05a67652e607b224d225f8;hb=cb80a70a3d6101e0bc8f6576765a2d6c588d2ecd;hp=925d4c4ee7ec0e97a27d3ae8753d8a21695bdda2;hpb=ce61d034787c3c5ffba15d292a0b1cd861287f0a;p=gitmo%2FMouse.git 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;