From e013ada0e4202b68c9a3047a37a1e3805672e6ad Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 28 Jun 2012 20:27:07 -0500 Subject: perldelta updates for 6728836, d60d201, 82f9620, 7878705 --- pod/perldelta.pod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'pod') diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f482ed412f..ed7d60f27d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -202,6 +202,11 @@ C now warns when passed a negative value [perl #83048]. C now warns when passed a value that doesn't fit in a C (since the value will be truncated rather than overflowing) [perl #40605]. +=item * + +Running perl with the C<-i> flag now warns if no input files are provided on +the command line [perl #113410]. + =back =head2 Changes to Existing Diagnostics @@ -267,6 +272,21 @@ not exist before C. C no longer returns multiple items [perl #73690]. +=item * + +String to floating point conversions no longer misparse certain strings under +C [perl #109318]. + +=item * + +C<@INC> filters that die no longer leak memory [perl #92252]. + +=item * + +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]. + =back =head1 Testing -- cgit v1.2.1