Fix potential_value for string inc
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
index a32b91a..8158248 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Instance;
 use strict;
 use warnings;
 
-our $VERSION   = '1.01';
+our $VERSION   = '1.14';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';