From: Dave Rolsky Date: Mon, 23 Mar 2009 18:14:48 +0000 (-0500) Subject: Formatting tweaks, and credit Ash for Constructor changes X-Git-Tag: 0.72_01~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35ff21335a5a0e1bb41ae6969b5abbb3fc49dcd0;p=gitmo%2FMoose.git Formatting tweaks, and credit Ash for Constructor changes --- diff --git a/Changes b/Changes index eb11a02..bed2ac2 100644 --- a/Changes +++ b/Changes @@ -20,11 +20,11 @@ Revision history for Perl extension Moose * Moose::Exporter - When wrapping a function with a prototype, Moose::Exporter now makes sure the wrapped function still has the same - prototype. Patch by Daisuke Maki. + prototype. (Daisuke Maki) * Moose::Meta::Attribute - Allow a subclass to set lazy_build for an inherited - attribute. (Dieter Pearcey). + attribute. (Dieter Pearcey) * Makefile.PL - Explicitly depend on Data::OptList. We already had this dependency @@ -32,7 +32,8 @@ Revision history for Perl extension Moose better off with it listed. (Sartak) * Moose::Meta::Method::Constructor - - Make it easier to subclass the inlining behaviour + - Make it easier to subclass the inlining behaviour. (Ash + Berlin) * Moose::Manual::Delta - Details significant changes in the history of Moose, along