Document dep change
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 136931c..1382d1d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,6 +14,11 @@ for, noteworthy changes.
       - Reworked much of the existing content to be more useful to modern
         Moose hackers (Sartak)
 
+    * Makefile.PL
+      - Depend on Class::MOP 0.83 instead of 0.82_01. It seems that if
+        we use a dev version number there CPAN.pm will not follow the
+        dependency.
+
 0.76 Mon, April 27, 2009
     * Moose::Meta::TypeConstraint
       - Do not run coercions in coerce() if the value already passes the type