* role exclusion and aliasiing now works in composite roles too
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index 2d6a438..9ebc42f 100644 (file)
@@ -8,7 +8,7 @@ use Carp         'confess';
 use Scalar::Util 'blessed', 'reftype';
 use Sub::Exporter;
 
-our $VERSION   = '0.19';
+our $VERSION   = '0.20';
 our $AUTHORITY = 'cpan:STEVAN';
 
 ## --------------------------------------------------------