From: Stas Bekman Date: Wed, 29 Oct 2003 16:47:24 +0000 (-0800) Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a12755f08356686e8eba9b8e518360528f66abdc;p=p5sagit%2Fp5-mst-13.2.git [patch pod/perlfunc.pod] separate two unrelated notes in require Message-ID: <3FA05F9C.2080304@stason.org> p4raw-id: //depot/perl@21590 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7879e34..4a1b404 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