File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,32 @@ Additional caveats have been added to the description of C<TARG>.
573573
574574=item *
575575
576+ Portions of perlop are supposed to be ordered so that all the operators
577+ wth the same precedence are in a single section, and the sections are
578+ ordered so that the highest precedence operators appear first.
579+ This ordering has now been restored. Other reorganization was done to
580+ improve clarity, with more basic operations described before ones that
581+ depend on them.
582+
583+ =item *
584+
585+ The documentation for here-docs has been cleaned up and reorganized.
586+ Indented here-docs were formerly documented separately, now the two
587+ types have interwoven documentation which is more compact, and easier to
588+ understand.
589+
590+ =item *
591+
592+ The documentation of the C<xor> operator has been expanded.
593+
594+ =item *
595+
596+ Outdated advice about using relational string operators in UTF-8 locales
597+ has been removed. Use L<Unicode::Collate> for the best results, but
598+ these operators will give adequate results on many platforms.
599+
600+ =item *
601+
576602Normalized alignment of verbatim sections, fixing how they are displayed by
577603some Pod viewers that strip indentation.
578604
You can’t perform that action at this time.
0 commit comments