foo
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / List.pm
index 9ab4c99..43861ee 100644 (file)
@@ -1,9 +1,9 @@
 
 package Moose::Autobox::List;
 use Moose::Role 'with', 'requires';
-use autobox;
+use Moose::Autobox;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 with 'Moose::Autobox::Value';