In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4a573b25e5d1b2bb3e3043a95e14fb595dbeca85?hp=3b4e2a4d1bc00f57f5befb2896b89b65ab4688d1>

- Log -----------------------------------------------------------------
commit 4a573b25e5d1b2bb3e3043a95e14fb595dbeca85
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Wed Oct 15 11:15:53 2014 +0100

    Fix typo in 4cad5dc8's perldelta for 157fb5a
    
    For: RT # 122981
-----------------------------------------------------------------------

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

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 331e30e..f14f2f7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -29,7 +29,7 @@ here, but most should go in the L</Performance Enhancements> 
section.
 
 =head2 New double-diamond operator
 
-C<<< <<>>> >>> is like C<< <> >> but uses three-argument C<open> to open
+C<<< <<>> >>> is like C<< <> >> but uses three-argument C<open> to open
 each file in @ARGV.  So each element of @ARGV is an actual file name, and
 "|foo" won't be treated as a pipe open.
 

--
Perl5 Master Repository

Reply via email to