bump version to 0.63
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Required.pm
index 8818211..9200645 100644 (file)
@@ -4,7 +4,8 @@ package Moose::Meta::Role::Method::Required;
 use strict;
 use warnings;
 
-our $VERSION   = '0.52';
+our $VERSION   = '0.63';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Role::Method';