Import Moose/t/010_basics/*.t
[gitmo/Mouse.git] / t / lib / Foo.pm
diff --git a/t/lib/Foo.pm b/t/lib/Foo.pm
new file mode 100755 (executable)
index 0000000..6cbac0f
--- /dev/null
@@ -0,0 +1,7 @@
+
+package Foo;
+use Mouse;
+
+has 'bar' => (is => 'rw');
+
+1;
\ No newline at end of file