Fixed a bug where an explicitly set constructor or destructor (and now
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Role.pm
index 140c545..dc5029c 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.55_01';
+our $VERSION   = '0.57';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';