From: Rafael Garcia-Suarez Date: Tue, 27 Sep 2005 20:04:07 +0000 (+0000) Subject: POD nit by Yitzchak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=362eead3a268d127e89be572afb78c2557c1c3ad;p=p5sagit%2Fp5-mst-13.2.git POD nit by Yitzchak p4raw-id: //depot/perl@25624 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 8054abb..5f7fd73 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4298,10 +4298,10 @@ version should be used instead. require 5.6.1; # ditto require 5.006_001; # ditto; preferred for backwards compatibility -Otherwise, C demands that a library file be included if it hasn't already -been included. The file is included via the do-FILE mechanism, which is -essentially just a variety of C. Has semantics similar to the -following subroutine: +Otherwise, C demands that a library file be included if it +hasn't already been included. The file is included via the do-FILE +mechanism, which is essentially just a variety of C. Has +semantics similar to the following subroutine: sub require { my ($filename) = @_;