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