In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/04bd4d55d67e0cb42723ce2f11fb1a1cf3c4a0e2?hp=da7ea57916d91413f2a553d2d671040470bde6f2>

- Log -----------------------------------------------------------------
commit 04bd4d55d67e0cb42723ce2f11fb1a1cf3c4a0e2
Author: Ricardo Signes <[email protected]>
Date:   Fri Apr 20 13:40:31 2012 -0400

    add a missing C<...> to perldelta
    
    thanks for the report, James Aitken!
-----------------------------------------------------------------------

Summary of changes:
 Porting/perl5160delta.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod
index aee6229..cf22e96 100644
--- a/Porting/perl5160delta.pod
+++ b/Porting/perl5160delta.pod
@@ -829,7 +829,7 @@ caching of C<< $< >>, C<< $> >>, C<$(> and C<$)> has been 
removed.
 
 When we cached these values our idea of what they were would drift out
 of sync with reality if someone (e.g., someone embedding perl) called
-sete?[ug]id() without updating C<PL_e?[ug]id>.  Having to deal with
+C<sete?[ug]id()> without updating C<PL_e?[ug]id>.  Having to deal with
 this complexity wasn't worth it given how cheap the C<gete?[ug]id()>
 system call is.
 

--
Perl5 Master Repository

Reply via email to