use parent, not base
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Array.pm
index 40e36a0..bf994be 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role 'with';
 use Perl6::Junction;
 use Moose::Autobox;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::List',