From: Offer Kaye Date: Wed, 4 May 2005 15:10:37 +0000 (+0300) Subject: perlvar.pod verbatim paragraph first line does not start with a space X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=304dea91bf747b5b240c3ec3a6a4dfebeab12289;p=p5sagit%2Fp5-mst-13.2.git perlvar.pod verbatim paragraph first line does not start with a space Message-Id: <56942505050405101bfe678d@mail.gmail.com> p4raw-id: //depot/perl@24383 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 29cc9ea..53fe6c9 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1221,7 +1221,7 @@ executable files do not require use of the suffix when invoking a command. To convert the value of $^X to a path name, use the following statements: -# Build up a set of file names (not command names). + # Build up a set of file names (not command names). use Config; $this_perl = $^X; if ($^O ne 'VMS')