Regenerate test files
[gitmo/Mouse.git] / t / lib / MyMooseA.pm
diff --git a/t/lib/MyMooseA.pm b/t/lib/MyMooseA.pm
new file mode 100644 (file)
index 0000000..4002f13
--- /dev/null
@@ -0,0 +1,10 @@
+package MyMooseA;
+# 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;
+
+has 'b' => (is => 'rw', isa => 'MyMooseB');
+
+1;
\ No newline at end of file