From: Nicholas Clark Date: Wed, 24 Jun 2009 16:14:48 +0000 (+0100) Subject: Fix a semantic error in the Pod. (wrong heading level) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef55af2a5ab2e0d429019a711ed728b1eb6a111a;p=p5sagit%2Fp5-mst-13.2.git Fix a semantic error in the Pod. (wrong heading level) --- diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 6a6d1f6..2f12dfa 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -104,7 +104,7 @@ to avoid relying on the object's underlying structure). =head1 Core Enhancements -=head1 The C pragma +=head2 The C pragma This pragma allows you to lexically disable or enable overloading for some or all operations. (Yuval Kogman)