some refactoring of handles
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Parameterized.pm
index 680b6dc..e71881c 100644 (file)
@@ -8,7 +8,7 @@ use Scalar::Util 'blessed';
 use Carp         'confess';
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.54';
+our $VERSION   = '0.55';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';