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=db53d2b4ec887312eff701faa1749e983182e5d0;hp=4f8b6859124ddc07d11ab179b9df1c05df516293;hpb=620c3203b30d5e7644acd8769db61991edffc251;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 4f8b685..4d96e6c 100755 --- a/t/020_attributes/017_attribute_traits_n_meta.t +++ b/t/020_attributes/017_attribute_traits_n_meta.t @@ -3,6 +3,8 @@ use strict; use warnings; +use lib 't/lib'; + use Test::More tests => 7; use Test::Exception; use Test::Mouse;