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