summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2015-11-01 13:37:34 +0100
committerLukas Mai <l.mai@web.de>2015-11-01 13:42:35 +0100
commit3b56f80d7e288a7d983d9a6199a8d2cfb87a9e1b (patch)
tree1bfa1b5f0a04bc4bd1293e9ebf3bce2ac09cbe76 /pod/perlrun.pod
parenta78418585926648a4adf8e68eb5faee232e3eff9 (diff)
downloadperl-3b56f80d7e288a7d983d9a6199a8d2cfb87a9e1b.tar.gz
restore comma removed by 2f1fe8a307
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 1d5f8fc33f..fb0c271db5 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -93,7 +93,7 @@ getting whatever version is first in the user's path. If you want
a specific version of Perl, say, perl5.14.1, you should place
that directly in the C<#!> line's path.
-If the C<#!> line does not contain the word "perl" nor the word "indir"
+If the C<#!> line does not contain the word "perl" nor the word "indir",
the program named after the C<#!> is executed instead of the Perl
interpreter. This is slightly bizarre, but it helps people on machines
that don't do C<#!>, because they can tell a program that their SHELL is