From 079bf24b2ae7f96cc1be1f4367611adf69e84e4b Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 14 Dec 2015 10:10:49 +1100 Subject: [PATCH] perldelta for e8c18a8486f7 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7205eb5..8791d76 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -384,6 +384,13 @@ could lead to panics on utf8 strings. In some cases operators that return integers would return negative integers as large positive integers. [perl #126635] +=item * + +The pipe() operator would assert for DEBUGGING builds instead of +producing the correct error message. The condition asserted on is +detected and reported on correctly without the assertions, so the +assertions were removed. [perl #126480] + =back =head1 Known Problems -- 1.8.3.1