summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2017-01-19 19:37:10 +0100
committerAbigail <abigail@abigail.be>2017-01-20 01:50:41 +0100
commitafb5c82ef38ba6d58ca8cfa1f99fdd7359fc60e0 (patch)
tree7a9e06662fc5a541890b157306d46a82041ea02b
parent3c7dccdcfcc091f95f9780851606f6ecf9ebf3a9 (diff)
downloadperl-afb5c82ef38ba6d58ca8cfa1f99fdd7359fc60e0.tar.gz
Typo fix: one of the =head2's should have been a =head3
-rw-r--r--pod/perldeprecation.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod
index d74a4feaf6..5ff3b37572 100644
--- a/pod/perldeprecation.pod
+++ b/pod/perldeprecation.pod
@@ -122,7 +122,7 @@ and an unqualified C<dump()> will no longer be available in Perl 5.30.
See L<perlfunc/dump>.
-=head2 Using my() in false conditional.
+=head3 Using my() in false conditional.
There has been a long-standing bug in Perl that causes a lexical variable
not to be cleared at scope exit when its declaration includes a false