diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-07-25 19:49:00 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-07-25 19:49:00 +0200 |
commit | ad775c2567e5cb58bd056e2faf194b80c378eeda (patch) | |
tree | f51bed57716b0d0e4ea43d1fc031ddde5ed62665 /pod/perl5132delta.pod | |
parent | 844fcee5cda65ac773b3d0e73dbcd39ed06b38d8 (diff) | |
download | perl-ad775c2567e5cb58bd056e2faf194b80c378eeda.tar.gz |
Pod formatting fix for perl5132delta
Diffstat (limited to 'pod/perl5132delta.pod')
-rw-r--r-- | pod/perl5132delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index c6177b1f12..082fa0f69b 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 |