Inherited attributes may now be extended without restriction
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint.pm
index 0dd9126..53ba3a7 100644 (file)
@@ -12,7 +12,7 @@ use Sub::Name    'subname';
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 our $AUTHORITY = 'cpan:STEVAN';
 
 __PACKAGE__->meta->add_attribute('name'       => (reader => 'name'));