Document dep change
Dave Rolsky [Sat, 2 May 2009 19:05:48 +0000 (14:05 -0500)]
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