Checking in changes prior to tagging of version 0.61.
[gitmo/Mouse.git] / lib / Mouse / Meta / TypeConstraint.pm
index 50473fa..3aa4592 100644 (file)
@@ -164,7 +164,7 @@ sub get_message {
     }
     else {
         $value = ( defined $value ? overload::StrVal($value) : 'undef' );
-        return "Validation failed for '$self' failed with value $value";
+        return "Validation failed for '$self' with value $value";
     }
 }
 
@@ -236,7 +236,7 @@ Mouse::Meta::TypeConstraint - The Mouse Type Constraint metaclass
 
 =head1 VERSION
 
-This document describes Mouse version 0.52
+This document describes Mouse version 0.61
 
 =head1 DESCRIPTION