In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fd6afd6bd875aa4fbcbfb537381e18bcdfc95edf?hp=1956db7ee60460e5b4a25c19fda4999666c8cbd1>

- Log -----------------------------------------------------------------
commit fd6afd6bd875aa4fbcbfb537381e18bcdfc95edf
Author: Herbert Breunung <[email protected]>
Date:   Sat May 16 08:05:03 2015 -0400

    note that .. can also create string ranges
-----------------------------------------------------------------------

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

diff --git a/pod/perlintro.pod b/pod/perlintro.pod
index 77465a1..9559cb1 100644
--- a/pod/perlintro.pod
+++ b/pod/perlintro.pod
@@ -474,7 +474,7 @@ detail.)
  =   assignment
  .   string concatenation
  x   string multiplication
- ..  range operator (creates a list of numbers)
+ ..  range operator (creates a list of numbers or strings)
 
 =back
 

--
Perl5 Master Repository

Reply via email to