From: Father Chrysostomos Date: Tue, 3 May 2011 16:05:40 +0000 (-0400) Subject: Minor perldelta fixes X-Git-Tag: accepted/trunk/20130322.191538~4338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27747dc0b5987fcab125aea502e520925bbf667f;p=platform%2Fupstream%2Fperl.git Minor perldelta fixes • Remove C<...> around get-magic and set-magic. Those are prose descriptions of what is known internally as mg_get, SvGETMAGIC, SVs_GMG, etc. • Re-instate the message that 804b5feed removed, but in the form in which it appears in perldiag. • Remove the thing about version class methods. It’s a bug fix, not a problem (whether known or unknown :-), and not a significant one. • Spelling mistake --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 817e84f..fe237b5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2320,6 +2320,13 @@ L +=item * + +L + +=item * + +L =item * @@ -3073,8 +3080,8 @@ side-chains of the optree. The following functions/macros have been added to the API. The C<*_nomg> macros are equivalent to their non-C<_nomg> variants, except that they ignore -C. Those ending in C<_flags> allow one to specify whether -C is processed. +get-magic. Those ending in C<_flags> allow one to specify whether +get-magic is processed. sv_2bool_flags SvTRUE_nomg @@ -3920,7 +3927,7 @@ reference already (such as from a previous FETCH) [perl #72144]. =item * -C now calls C (so changes made +C now calls set-magic (so changes made by C are respected by method calls) [perl #78400]. =item * @@ -3930,7 +3937,7 @@ FETCH/STORE at all [perl #43789] (5.12.2). =item * -utf8::is_utf8() now respects C (like C<$1>) (5.12.1). +utf8::is_utf8() now respects get-magic (like C<$1>) (5.12.1). =back @@ -4419,11 +4426,6 @@ interrupted by a signal. =item * -L now prevents object methods from being called as class methods -(d808b68) - -=item * - The changes in prototype handling break L. A patch has been sent upstream and will hopefully appear on CPAN soon. @@ -4464,7 +4466,7 @@ that release's L. split() no longer modifies C<@_> when called in scalar or void context. In void context it now produces a "Useless use of split" warning. -This was also a perl 5.12.0 changed that missed the perldelta. +This was also a perl 5.12.0 change that missed the perldelta. =head1 Obituary