Split out calling an attribute's builder into its own private method.
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
index eec7c21..17b93df 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Instance;
 use strict;
 use warnings;
 
-our $VERSION   = '0.55_01';
+our $VERSION   = '0.56';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';