From: Dave Rolsky Date: Sat, 2 May 2009 19:11:06 +0000 (-0500) Subject: Minor formatting tweaks to Changes X-Git-Tag: 0.77~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f23c0f2633a541e210535072b79de2b564e2285f;p=gitmo%2FMoose.git Minor formatting tweaks to Changes --- diff --git a/Changes b/Changes index 53737f7..295f349 100644 --- a/Changes +++ b/Changes @@ -3,16 +3,18 @@ for, noteworthy changes. 0.77 Sat, May 2, 2009 * Moose::Meta::Role - - Add Explicit use of Devel::GlobalDestruction and Sub::Name (perigrin) + - Add explicit use of Devel::GlobalDestruction and Sub::Name + (perigrin) * Moose::Object - - pass a boolean to DEMOLISHALL and DEMOLISH indicating whether or not - we are currently in global destruction (doy) - - Add Explicit use of Devel::GlobalDestruction and Sub::Name (perigrin) + - Pass a boolean to DEMOLISHALL and DEMOLISH indicating whether + or not we are currently in global destruction (doy) + - Add explicit use of Devel::GlobalDestruction and Sub::Name + (perigrin) * Moose::Cookbook::FAQ - - Reworked much of the existing content to be more useful to modern - Moose hackers (Sartak) + - 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