summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-05-03 12:05:40 -0400
committerJesse Vincent <jesse@bestpractical.com>2011-05-03 17:14:05 -0400
commit27747dc0b5987fcab125aea502e520925bbf667f (patch)
tree309398b71075319e35b1f8971faca806180e3749
parenta9e4bc69d5e57e574e1d63e589e86d007e873f88 (diff)
downloadperl-27747dc0b5987fcab125aea502e520925bbf667f.tar.gz
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
-rw-r--r--pod/perldelta.pod22
1 files changed, 12 insertions, 10 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 817e84faa1..fe237b558d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2320,6 +2320,13 @@ L<Ambiguous use of %c resolved as operator %c|perldiag/"Ambiguous use of %c reso
L<Ambiguous use of %c{%s} resolved to %c%s|perldiag/"Ambiguous use of %c{%s} resolved to %c%s">
+=item *
+
+L<Ambiguous use of %c{%s[...]} resolved to %c%s[...]|perldiag/"Ambiguous use of %c{%s[...]} resolved to %c%s[...]">
+
+=item *
+
+L<Ambiguous use of %c{%s{...}} resolved to %c%s{...}|perldiag/"Ambiguous use of %c{%s{...}} resolved to %c%s{...}">
=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<get-magic>. Those ending in C<_flags> allow one to specify whether
-C<get-magic> 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<splice> now calls C<set-magic> (so changes made
+C<splice> now calls set-magic (so changes made
by C<splice @ISA> 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<get-magic> (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<version> now prevents object methods from being called as class methods
-(d808b68)
-
-=item *
-
The changes in prototype handling break L<Switch>. A patch has been sent
upstream and will hopefully appear on CPAN soon.
@@ -4464,7 +4466,7 @@ that release's L<perl5120delta>.
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