BUGS
[gitmo/Moose.git] / t / lib / MyMooseB.pm
diff --git a/t/lib/MyMooseB.pm b/t/lib/MyMooseB.pm
new file mode 100644 (file)
index 0000000..b3d4c59
--- /dev/null
@@ -0,0 +1,7 @@
+package MyMooseB;
+
+use strict;
+use warnings;
+use Moose;
+
+1;
\ No newline at end of file