From e146574a8047f7322db7990ad354d7a606843288 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 15 Aug 2012 17:54:23 +0100 Subject: [PATCH] perldelta - Wrap to 79 columns --- pod/perldelta.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 * -- 2.7.4