bump version to 0.63
[gitmo/Moose.git] / lib / Moose / Util / MetaRole.pm
index c15a990..74b8547 100644 (file)
@@ -3,6 +3,10 @@ package Moose::Util::MetaRole;
 use strict;
 use warnings;
 
+our $VERSION   = '0.63';
+$VERSION = eval $VERSION;
+our $AUTHORITY = 'cpan:STEVAN';
+
 use List::MoreUtils qw( all );
 
 my @Classes = qw( constructor_class destructor_class error_class );