merge trunk to pluggable errors
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 8013f76..89135e6 100644 (file)
@@ -3,7 +3,8 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.50';
+our $VERSION   = '0.57';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';