use parent, not base
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / List.pm
index 06ea187..406f506 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Autobox::List;
 use Moose::Role 'with', 'requires';
 use Moose::Autobox;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 with 'Moose::Autobox::Value';