summaryrefslogtreecommitdiff
path: root/pod/perl595delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r--pod/perl595delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod
index 717540cb22..41562cb4e6 100644
--- a/pod/perl595delta.pod
+++ b/pod/perl595delta.pod
@@ -16,6 +16,11 @@ between 5.8.0 and 5.9.4.
When perl is run under taint mode, C<printf()> and C<sprintf()> will now
reject any tainted format argument. (Rafael Garcia-SUarez)
+=head2 undef and signal handlers
+
+Undefining or deleting a signal handler via C<undef $SIG{FOO}> is now
+equivalent to setting it to C<'DEFAULT'>.
+
=head2 Removal of the bytecode compiler and of perlcc
C<perlcc>, the byteloader and the supporting modules (B::C, B::CC,