removed debugging code, all tests are passing, added method to parse the type paramet...
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Role.pm
index 82ec41a..dc5029c 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.55_03';
+our $VERSION   = '0.57';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';