use parent, not base
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / String.pm
index d814c03..25781db 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::String;
 use Moose::Role;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 with 'Moose::Autobox::Value';