Merge branch 'master' into method_generation_cleanup
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index 37eeccc..d4b97d6 100644 (file)
@@ -9,7 +9,7 @@ use List::MoreUtils qw( all );
 use Scalar::Util 'blessed';
 use Moose::Exporter;
 
-our $VERSION   = '0.63';
+our $VERSION   = '0.64';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';