Regenerate test files
[gitmo/Mouse.git] / t / lib / MyMooseObject.pm
diff --git a/t/lib/MyMooseObject.pm b/t/lib/MyMooseObject.pm
new file mode 100644 (file)
index 0000000..420037f
--- /dev/null
@@ -0,0 +1,10 @@
+package MyMooseObject;
+# 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 strict;
+use warnings;
+use base 'Mouse::Object';
+
+1;
\ No newline at end of file