Checking in changes prior to tagging of version 0.63.
Changelog diff is:
diff --git a/Changes b/Changes
index 46862ce..67049de 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,16 @@
Revision history for Mouse
-0.63
+0.63 Tue Jul 20 19:26:30 2010
[CHANGES]
* Resolve RT#59460: Test::Requires is not a required prerequisite unless
release-testing... (Curtis Jewell)
See also https://rt.cpan.org/Public/Bug/Display.html?id=59460
+ [FEATURES]
+ * Add Mouse::Util::TypeConstraints::register_type_constraint()
+ (Vincent Pit)
+ See also https://rt.cpan.org/Public/Bug/Display.html?id=59539
+
0.62 Tue Jul 6 20:18:58 2010
[FEATURES]
* Support MouseX::StrictConstructor (gfx)