some refactoring of handles
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
index b2315b2..6434caf 100644 (file)
@@ -8,7 +8,7 @@ use Carp         'confess';
 use Scalar::Util 'blessed';
 use Sub::Exporter;
 
-our $VERSION   = '0.54';
+our $VERSION   = '0.55';
 our $AUTHORITY = 'cpan:STEVAN';
 
 ## --------------------------------------------------------