0.33
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index 77895fe..b0070f1 100644 (file)
@@ -8,7 +8,7 @@ use Carp         'confess';
 use Scalar::Util 'blessed', 'reftype';
 use Sub::Exporter;
 
-our $VERSION   = '0.17';
+our $VERSION   = '0.18';
 our $AUTHORITY = 'cpan:STEVAN';
 
 ## --------------------------------------------------------