X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F017_attribute_traits_n_meta.t;fp=t%2F020_attributes%2F017_attribute_traits_n_meta.t;h=4f8b6859124ddc07d11ab179b9df1c05df516293;hp=253a34513d9149e845485502193395454480b8df;hb=4060c871da12ba3c5e88986ed121a8254f906bd6;hpb=95ecd6f132112c6763cdaf2e6bc72c39e9ab76b5 diff --git a/t/020_attributes/017_attribute_traits_n_meta.t b/t/020_attributes/017_attribute_traits_n_meta.t index 253a345..4f8b685 100755 --- a/t/020_attributes/017_attribute_traits_n_meta.t +++ b/t/020_attributes/017_attribute_traits_n_meta.t @@ -5,10 +5,10 @@ use warnings; use Test::More tests => 7; use Test::Exception; - -use lib 't/lib'; use Test::Mouse; + + { package My::Meta::Attribute::DefaultReadOnly; use Mouse;