autoboxing
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Indexed.pm
diff --git a/lib/Moose/Autobox/Indexed.pm b/lib/Moose/Autobox/Indexed.pm
new file mode 100644 (file)
index 0000000..9b923cf
--- /dev/null
@@ -0,0 +1,8 @@
+package Moose::Autobox::Indexed;     
+use Moose::Role 'requires';
+
+our $VERSION = '0.01';
+
+requires qw/exists keys values kv/;
+
+1;
\ No newline at end of file