summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorE. Choroba <choroba@matfyz.cz>2020-02-05 14:26:27 +0100
committerKarl Williamson <khw@cpan.org>2020-02-05 08:46:34 -0700
commitefa23af5b086fff8cd108299a6ca6e4913fe0c15 (patch)
tree45b488becc2a10f0b57bd5aa3b4dcea18c40907c /pod/perlrun.pod
parentf2c0bf37c8ea7ae79458bc2bc056dfb80434965c (diff)
downloadperl-efa23af5b086fff8cd108299a6ca6e4913fe0c15.tar.gz
Add a missing switch to a documentation example
The switch is mentioned in the next paragraph. It was removed in 428bacd701ef45155f9dfd0d9c3d063dc305de00, probably by accident (the commit message isn't much informative).
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 09a47959f7..23b7629c6d 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -80,7 +80,7 @@ The sequences "-*" and "- " are specifically ignored so that you could,
if you were so inclined, say
#!/bin/sh
- #! -*-perl-*-
+ #! -*- perl -*- -p
eval 'exec perl -x -wS $0 ${1+"$@"}'
if 0;