Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 020_attributes / 017_attribute_traits_n_meta.t
old mode 100755 (executable)
new mode 100644 (file)
index 4f8b685..4d96e6c
@@ -3,6 +3,8 @@
 use strict;
 use warnings;
 
+use lib 't/lib';
+
 use Test::More tests => 7;
 use Test::Exception;
 use Test::Mouse;