error_class and error_builder are readonly in immutable classes
[gitmo/Moose.git] / lib / Moose / Meta / Role / Composite.pm
index 99a3431..c68aff5 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.03';
+our $VERSION   = '0.50';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Role';