From: Shawn M Moore Date: Thu, 30 Apr 2009 02:43:12 +0000 (-0400) Subject: Doc FAQ changes X-Git-Tag: 0.77~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87e2c78e5c016e6b1b1a5ed2fa89b60c79c9255d;p=gitmo%2FMoose.git Doc FAQ changes --- diff --git a/Changes b/Changes index 7724454..9e28841 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,10 @@ for, noteworthy changes. - pass a boolean to DEMOLISHALL and DEMOLISH indicating whether or not we are currently in global destruction (doy) + * Moose::Cookbook::FAQ + - Reworked much of the existing content to be more useful to modern + Moose hackers (Sartak) + 0.76 Mon, April 27, 2009 * Moose::Meta::TypeConstraint - Do not run coercions in coerce() if the value already passes the type