Handle the case where $instance ends up resolving to a class name, not
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 37562cd..be6506d 100644 (file)
@@ -3,7 +3,8 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.53';
+our $VERSION   = '0.56';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';