From 722672602582e96e420517be5b2757afb60fc1b2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 24 Jun 2012 19:00:54 -0500 Subject: [PATCH] perldelta for 100c03a, f914a68, and 61a3fb8 --- pod/perldelta.pod | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.7.4