In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3df91f1a10601c50feeed86614da0d5be5b1ac59?hp=ef07b9e56353ef13f6b999d0ebae0466282a9fcc>
- Log ----------------------------------------------------------------- commit 3df91f1a10601c50feeed86614da0d5be5b1ac59 Author: David Mitchell <[email protected]> Date: Mon Jul 18 15:04:16 2016 +0100 perlop: clarify that entries aren't in prec order RT #127921 The phrasing may have given the impression that the =head2 for each operator was at a lower precedence than the previous =head2. Disabuse people of that notion. ----------------------------------------------------------------------- Summary of changes: pod/perlop.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 365c962..d9dc6a6 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -71,7 +71,8 @@ values only, not array values. left and left or xor -In the following sections, these operators are covered in precedence order. +In the following sections, these operators are covered in detail, in the +same order in which they appear in the table above. Many operators can be overloaded for objects. See L<overload>. -- Perl5 Master Repository
