From: Steve Hay Date: Wed, 15 Aug 2012 16:54:23 +0000 (+0100) Subject: perldelta - Wrap to 79 columns X-Git-Tag: upstream/5.20.0~5752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e146574a8047f7322db7990ad354d7a606843288;p=platform%2Fupstream%2Fperl.git perldelta - Wrap to 79 columns --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7a1c86e..ffd3ded 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -46,7 +46,7 @@ L section. [ List each incompatible change as a =head2 entry ] -=head2 C<$ENV{foo} = undef> deletes value from environ, like C +=head2 C<$ENV{foo}=undef> deletes value from environ, like C This facilitates use of C with C<%ENV> entries. In previous versions of Perl, C was converted to the empty string. @@ -159,8 +159,8 @@ up serialization drastically. =item * -L has been upgraded from version 1.08 to 1.09. The only change has -been to the test script, to account for changes to some flags in perl's +L has been upgraded from version 1.08 to 1.09. The only change +has been to the test script, to account for changes to some flags in perl's internals. =item * @@ -171,9 +171,9 @@ Encode::UTF7 and Encode::GSM0338. =item * -L has been upgraded from version 0.40 to 0.4002. A minor bug fix -allows markup to be used around the leading "Name" in a POD "abstract" line, and -some documentation improvements have been made. +L has been upgraded from version 0.40 to 0.4002. A minor bug +fix allows markup to be used around the leading "Name" in a POD "abstract" +line, and some documentation improvements have been made. =item * @@ -189,8 +189,8 @@ Various enhancements include the new use of Module::Metadata. =item * L has been upgraded from version 1.000009 to 1.000010. The -creation of a Module::Metadata object for a typical module file has been sped up -by about 40%. +creation of a Module::Metadata object for a typical module file has been sped +up by about 40%. =item *