use parent, not base
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Code.pm
index df7f1f0..96cb765 100644 (file)
@@ -2,7 +2,7 @@ package Moose::Autobox::Code;
 use Moose::Role 'with';
 use Moose::Autobox;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 with 'Moose::Autobox::Ref';