summaryrefslogtreecommitdiff
path: root/pod/perlcall.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-06-22 12:44:05 +0200
committerNicholas Clark <nick@ccl4.org>2011-06-22 12:44:05 +0200
commitd220eb00ef3acc7b8eb92c164c58ff946a556955 (patch)
tree2068daefd8e1f731ed4eb3fc87ae603081118d6a /pod/perlcall.pod
parent56466d0ead41a249b0feba363954f09c4f090035 (diff)
downloadperl-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/perlcall.pod')
-rw-r--r--pod/perlcall.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod
index 61649e870f..dd01bbbf71 100644
--- a/pod/perlcall.pod
+++ b/pod/perlcall.pod
@@ -203,7 +203,6 @@ As with G_SCALAR, this flag has 2 effects:
It indicates to the subroutine being called that it is executing in a
list context (if it executes I<wantarray> the result will be true).
-
=item 2.
It ensures that all items returned from the subroutine will be