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/perlre.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/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index c2a8bfb03b..c15791cd9d 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -1676,7 +1676,6 @@ replaced with a C<< (?>pattern) >> with no functional difference; however, C<(*PRUNE)> can be used to handle cases that cannot be expressed using a C<< (?>pattern) >> alone. - =item C<(*SKIP)> C<(*SKIP:NAME)> X<(*SKIP)> |