Update t/lib
[gitmo/Mouse.git] / t / lib / Mouse / Meta / Attribute / Custom / Trait / Foo.pm
diff --git a/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm b/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm
new file mode 100644 (file)
index 0000000..76b2d9d
--- /dev/null
@@ -0,0 +1,8 @@
+package Mouse::Meta::Attribute::Custom::Trait::Foo;
+# This is automatically generated by author/import-moose-test.pl.
+# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
+use t::lib::MooseCompat;
+
+use Mouse::Role;
+
+1;