diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-22 12:44:05 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-22 12:44:05 +0200 |
commit | d220eb00ef3acc7b8eb92c164c58ff946a556955 (patch) | |
tree | 2068daefd8e1f731ed4eb3fc87ae603081118d6a /pod/perl5121delta.pod | |
parent | 56466d0ead41a249b0feba363954f09c4f090035 (diff) | |
download | perl-d220eb00ef3acc7b8eb92c164c58ff946a556955.tar.gz |
Trim multiple blank lines above =item in pod files.
This makes many documents more consistent in their pod formatting. Don't trim
blank lines between verbatim blocks and =item, as removing them makes the (raw)
pod harder to read.
Diffstat (limited to 'pod/perl5121delta.pod')
-rw-r--r-- | pod/perl5121delta.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pod/perl5121delta.pod b/pod/perl5121delta.pod index 6b88033017..a999f14484 100644 --- a/pod/perl5121delta.pod +++ b/pod/perl5121delta.pod @@ -210,12 +210,10 @@ XSUB.h now correctly redefines fgets under PERL_IMPLICIT_SYS See also: L<http://rt.cpan.org/Public/Bug/Display.html?id=55049> - =item * utf8::is_utf8 now respects GMAGIC (e.g. $1) - =item * XS code using C<fputc()> or C<fputs()>: on Windows could cause an error |