diff options
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 99c823b8f8..c3ed5083ea 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -275,6 +275,12 @@ The documentation of C<ref> has been rewritten for clarity. The documentation of C<use> now explains what syntactically qualifies as a version number for its module version checking feature. +The documentation of C<warn> has been updated to reflect that since Perl +5.14 it has treated complex exception objects in a manner equivalent +to C<die>. [perl #121372] + +The documentation of C<die> and C<warn> has been revised for clarity. + =head3 L<perluniprops> For each binary table or property, the documentation now includes which |