Fix another reentrancy issue in Moose::Exporter by additional localising of + test...
[gitmo/Moose.git] / t / lib / MyMetaclassRole.pm
diff --git a/t/lib/MyMetaclassRole.pm b/t/lib/MyMetaclassRole.pm
new file mode 100644 (file)
index 0000000..362265a
--- /dev/null
@@ -0,0 +1,4 @@
+package MyMetaclassRole;
+use Moose::Role;
+
+1;