This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for overload fallback inheritance
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:48:29 +0000 (22:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:48:29 +0000 (22:48 -0700)
pod/perldelta.pod

index 9444f0b..d43fd1c 100644 (file)
@@ -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