foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Ref.pm
diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm
new file mode 100644 (file)
index 0000000..76631b0
--- /dev/null
@@ -0,0 +1,8 @@
+package Moose::Autobox::Ref;     
+use Moose::Role 'with';
+
+our $VERSION = '0.01';
+
+with 'Moose::Autobox::Defined';
+
+1;
\ No newline at end of file