Split out calling an attribute's builder into its own private method.
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 1ff403a..be6506d 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 our $VERSION   = '0.56';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';