From a3c775652e11bdb1349501ca6c6978da2f07d62b Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 31 Jul 2019 11:14:50 +1000 Subject: [PATCH 1/1] perldelta for 8348ac19a3c3 --- pod/perldelta.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 24c09bf..0f50116 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -389,6 +389,10 @@ files in F and F are best summarized in L. C<< $@ = 100; die; >> now correctly propagates the 100 as an exception instead of ignoring it. [perl #134291] +=item * + +C<< 0 0x@ >> no longer asserts in S_no_op(). [perl #134310] + =back =head1 Known Problems -- 1.8.3.1