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:
8e12518
)
perldelta for overload fallback inheritance
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 22 May 2012 05:48:29 +0000
(22:48 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 22 May 2012 05:48:29 +0000
(22:48 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9444f0b
..
d43fd1c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-429,6
+429,10
@@
non-overloaded even if the class gained overloading through C<use overload>
or @ISA changes, and even after C<bless>. This has been fixed
[perl #112708].
+=item *
+
+Classes with overloading can now inherit fallback values.
+
=back
=head1 Known Problems