0_03
[gitmo/Moose.git] / t / lib / Foo.pm
diff --git a/t/lib/Foo.pm b/t/lib/Foo.pm
new file mode 100644 (file)
index 0000000..e09ab0e
--- /dev/null
@@ -0,0 +1,9 @@
+
+package Foo;
+use strict;
+use warnings;
+use Moose;
+
+has 'bar' => (is => 'rw');
+
+1;
\ No newline at end of file