summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorOffer Kaye <offer.kaye@gmail.com>2005-05-04 18:10:37 +0300
committerAbhijit Menon-Sen <ams@wiw.org>2005-05-04 12:12:30 +0000
commit304dea91bf747b5b240c3ec3a6a4dfebeab12289 (patch)
treef6ac9e12c5dd97fb9985edca87fe87f65325fb14 /pod/perlvar.pod
parentc630fe624c165b4be52d3bdfb4d8e719da52a022 (diff)
downloadperl-304dea91bf747b5b240c3ec3a6a4dfebeab12289.tar.gz
perlvar.pod verbatim paragraph first line does not start with a space
Message-Id: <56942505050405101bfe678d@mail.gmail.com> p4raw-id: //depot/perl@24383
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 29cc9ea448..53fe6c92c8 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')