From: Steve Hay Date: Mon, 14 Oct 2013 12:32:58 +0000 (+0100) Subject: perldelta - Wrap lines to 79 characters X-Git-Tag: upstream/5.20.0~1570 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73bdd74bac54517e258cbf369f30949cd0b61c6f;p=platform%2Fupstream%2Fperl.git perldelta - Wrap lines to 79 characters --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9d046dc..b92cab3 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -30,9 +30,8 @@ here, but most should go in the L section. =head2 Unicode 6.3 now supported Perl now supports and is shipped with Unicode 6.3 (though Perl may be -recompiled with any previous Unicode release as well). A detailed -list of Unicode 6.3 changes is at -L. +recompiled with any previous Unicode release as well). A detailed list of +Unicode 6.3 changes is at L. =head2 Experimental Postfix Dereferencing @@ -80,8 +79,8 @@ XXX For a release on a stable branch, this section aspires to be: =head2 Functions C and C have been removed -These two functions, undocumented, unused in CPAN, and problematic have -been removed. +These two functions, undocumented, unused in CPAN, and problematic have been +removed. =head1 Deprecations @@ -125,10 +124,9 @@ There may well be none in a stable release. =item * -Perl has an optimizer for regular expression patterns. It analyzes the -pattern to find things such as the minimum length a string has to be to -match, etc. It now better handles code points that are above the Latin1 -range. +Perl has an optimizer for regular expression patterns. It analyzes the pattern +to find things such as the minimum length a string has to be to match, etc. It +now better handles code points that are above the Latin1 range. =back