summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2003-10-29 08:47:24 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-31 19:36:32 +0000
commita12755f08356686e8eba9b8e518360528f66abdc (patch)
tree90aac8dd5fb5e1522d376d6277ea88f11ff1de7a /pod
parentfaa85dbe2ed17f5b443a4962aa50712bc3d5b2ba (diff)
downloadperl-a12755f08356686e8eba9b8e518360528f66abdc.tar.gz
[patch pod/perlfunc.pod] separate two unrelated notes in require
Message-ID: <3FA05F9C.2080304@stason.org> p4raw-id: //depot/perl@21590
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 7879e3493b..4a1b404978 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4087,7 +4087,9 @@ following subroutine:
}
Note that the file will not be included twice under the same specified
-name. The file must return true as the last statement to indicate
+name.
+
+The file must return true as the last statement to indicate
successful execution of any initialization code, so it's customary to
end such a file with C<1;> unless you're sure it'll return true
otherwise. But it's better just to put the C<1;>, in case you add more