foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Undef.pm
diff --git a/lib/Moose/Autobox/Undef.pm b/lib/Moose/Autobox/Undef.pm
new file mode 100644 (file)
index 0000000..c6af495
--- /dev/null
@@ -0,0 +1,10 @@
+package Moose::Autobox::Undef;
+use Moose::Role 'with';
+
+our $VERSION = '0.01';
+
+with 'Moose::Autobox::Item';
+            
+sub defined { 0 }
+
+1;
\ No newline at end of file