foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Item.pm
index f7316b2..61cd996 100644 (file)
@@ -1,6 +1,8 @@
 package Moose::Autobox::Item;     
-use Moose::Role 'with';
+use Moose::Role 'requires';
 
 our $VERSION = '0.01';
 
+requires 'defined';
+
 1;
\ No newline at end of file