In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ad775c2567e5cb58bd056e2faf194b80c378eeda?hp=844fcee5cda65ac773b3d0e73dbcd39ed06b38d8>

- Log -----------------------------------------------------------------
commit ad775c2567e5cb58bd056e2faf194b80c378eeda
Author: Florian Ragwitz <[email protected]>
Date:   Sun Jul 25 19:49:00 2010 +0200

    Pod formatting fix for perl5132delta
-----------------------------------------------------------------------

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

diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod
index c6177b1..082fa0f 100644
--- a/pod/perl5132delta.pod
+++ b/pod/perl5132delta.pod
@@ -46,7 +46,7 @@ variables) since 5.12.0. C<defined %hash> has always exposed 
an
 implementation detail - emptying a hash by deleting all entries from it does
 not make C<defined %hash> false, hence C<defined %hash> is not valid code to
 determine whether an arbitrary hash is empty. Instead, use the behaviour
-that an empty <%hash> always returns false in a scalar context.
+that an empty C<%hash> always returns false in a scalar context.
 
 =head1 Core Enhancements
 

--
Perl5 Master Repository

Reply via email to