From: Dave Rolsky Date: Sat, 2 May 2009 19:05:48 +0000 (-0500) Subject: Document dep change X-Git-Tag: 0.77~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d10e5b75aea84611cfd4ea85f223b9a5bbf8463;p=gitmo%2FMoose.git Document dep change --- diff --git a/Changes b/Changes index 136931c..1382d1d 100644 --- 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