From: Dave Rolsky Date: Sun, 5 Apr 2009 17:08:34 +0000 (-0500) Subject: Tweak changes to be a bit more useful X-Git-Tag: 0.80_01~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47ce35ba6fb20c6ae1b102b1fd0639b7ca5e28eb;p=gitmo%2FClass-MOP.git Tweak changes to be a bit more useful --- diff --git a/Changes b/Changes index 1d742c6..f07bb75 100644 --- a/Changes +++ b/Changes @@ -5,12 +5,11 @@ Revision history for Perl extension Class-MOP. - Make sure to preserve any compiler flags already defined in Config.pm. Patch by Vincent Pit. RT #44739. - * Everything - - Many methods have been renamed with a leading underscore, and - a few have been deprecated entirely. The methods with a - leading underscore are consider "internals only". People - writing subclasses or extensions to Class::MOP should feel - free to override them, but they are not for "public" use. + * Many methods have been renamed with a leading underscore, and a + few have been deprecated entirely. The methods with a leading + underscore are consider "internals only". People writing + subclasses or extensions to Class::MOP should feel free to + override them, but they are not for "public" use. - Class::MOP::Class - construct_class_instance => _construct_class_instance (use new_object)