summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-02-26 17:25:24 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-02-26 17:25:24 -0800
commita892b81a8ad64d2a842be6138a2983f4b7c315df (patch)
tree7dc017722d89f716038b9936b8099c833267ad3a
parent8f7218162208c3aa44e723807ed2c73971b7ec38 (diff)
downloadperl-a892b81a8ad64d2a842be6138a2983f4b7c315df.tar.gz
perldiag: Reflow for better splain output
-rw-r--r--pod/perldiag.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 92e71c094a..1b67ccde28 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1467,9 +1467,9 @@ and both these succeed:
=item %s: Command not found
-(A) You've accidentally run your script through B<csh> or another
-shell instead of Perl. Check the #! line, or manually feed your script into
-Perl yourself. The #! line at the top of your file could look like
+(A) You've accidentally run your script through B<csh> or another shell
+shell instead of Perl. Check the #! line, or manually feed your script
+into Perl yourself. The #! line at the top of your file could look like
#!/usr/bin/perl -w