X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F017_attribute_traits_n_meta.t;h=4d96e6cc3d80f0362565cbbea9ebb8d71cbb5cd6;hb=6475f69defb20a02b6559bddf870a0821f28ac20;hp=253a34513d9149e845485502193395454480b8df;hpb=a72478f2a428185e9e81327e3af7c1fd36c7ce3d;p=gitmo%2FMouse.git diff --git a/t/020_attributes/017_attribute_traits_n_meta.t b/t/020_attributes/017_attribute_traits_n_meta.t index 253a345..4d96e6c 100755 --- a/t/020_attributes/017_attribute_traits_n_meta.t +++ b/t/020_attributes/017_attribute_traits_n_meta.t @@ -3,12 +3,14 @@ use strict; use warnings; +use lib 't/lib'; + use Test::More tests => 7; use Test::Exception; - -use lib 't/lib'; use Test::Mouse; + + { package My::Meta::Attribute::DefaultReadOnly; use Mouse;