use parent, not base
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Hash.pm
index f1b5dc4..9ff1b24 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Hash;
 use Moose::Role 'with';
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::Indexed';