projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d4fb20e
)
Fix a semantic error in the Pod. (wrong heading level)
Nicholas Clark [Wed, 24 Jun 2009 16:14:48 +0000 (17:14 +0100)]
pod/perl5110delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5110delta.pod
b/pod/perl5110delta.pod
index
6a6d1f6
..
2f12dfa
100644
(file)
--- 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<overloading> pragma
+=head2 The C<overloading> pragma
This pragma allows you to lexically disable or enable overloading
for some or all operations. (Yuval Kogman)