In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3b56f80d7e288a7d983d9a6199a8d2cfb87a9e1b?hp=a78418585926648a4adf8e68eb5faee232e3eff9>

- Log -----------------------------------------------------------------
commit 3b56f80d7e288a7d983d9a6199a8d2cfb87a9e1b
Author: Lukas Mai <l....@web.de>
Date:   Sun Nov 1 13:37:34 2015 +0100

    restore comma removed by 2f1fe8a307
-----------------------------------------------------------------------

Summary of changes:
 pod/perlrun.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 1d5f8fc..fb0c271 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

--
Perl5 Master Repository

Reply via email to