Tests for resolve_meta{class,trait}_alias in Moose::Util.
[gitmo/Moose.git] / t / lib / Moose / Meta / Attribute / Custom / Trait / Foo.pm
diff --git a/t/lib/Moose/Meta/Attribute/Custom/Trait/Foo.pm b/t/lib/Moose/Meta/Attribute/Custom/Trait/Foo.pm
new file mode 100644 (file)
index 0000000..682b61f
--- /dev/null
@@ -0,0 +1,5 @@
+package Moose::Meta::Attribute::Custom::Trait::Foo;
+
+use Moose::Role;
+
+1;