perldelta for 27c6f44
authorJesse Luehrs <doy@tozt.net>
Fri, 29 Jun 2012 05:40:42 +0000 (00:40 -0500)
committerJesse Luehrs <doy@tozt.net>
Fri, 29 Jun 2012 05:46:57 +0000 (00:46 -0500)
pod/perldelta.pod

index ed7d60f..c21c369 100644 (file)
@@ -287,6 +287,11 @@ The implementations of overloaded operations are now called in the correct
 context. This allows, among other things, being able to properly override
 C<< <> >> [perl #47119].
 
+=item *
+
+Specifying only the C<fallback> key when calling C<use overload> now behaves
+properly [perl #113010].
+
 =back
 
 =head1 Testing