From: Jesse Luehrs Date: Mon, 25 Jun 2012 00:00:54 +0000 (-0500) Subject: perldelta for 100c03a, f914a68, and 61a3fb8 X-Git-Tag: upstream/5.20.0~6276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=722672602582e96e420517be5b2757afb60fc1b2;p=platform%2Fupstream%2Fperl.git perldelta for 100c03a, f914a68, and 61a3fb8 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f19b480..4a511f4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -186,7 +186,12 @@ XXX L =item * -XXX L +C now warns when passed a negative value [perl #83048]. + +=item * + +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]. =back @@ -358,6 +363,10 @@ C<< $class->can >>, C<< $class->isa >>, and C<< $class->DOES >> now return correct results, regardless of whether that package referred to by C<$class> exists [perl #47113]. +=item * + +Arriving signals no longer clear C<$@> [perl #45173]. + =back =head1 Known Problems