This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61898e
)
Correct the overload version in perldelta
author
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 18:28:04 +0000
(19:28 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Fri, 25 Mar 2011 18:28:11 +0000
(19:28 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
b4ceae7
..
1521547
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1794,7
+1794,7
@@
C<Opcode> has been upgraded from version 1.15 to 1.18.
=item *
-C<overload> has been upgraded from 1.10 to 1.1
2
.
+C<overload> has been upgraded from 1.10 to 1.1
3
.
C<overload::Method> can now handle subroutines that are themselves blessed
into overloaded classes [perl #71998].