summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perltrap.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perltrap.pod b/pod/perltrap.pod
index d5aeafc3f2..786dcda607 100644
--- a/pod/perltrap.pod
+++ b/pod/perltrap.pod
@@ -6,7 +6,8 @@ perltrap - Perl traps for the unwary
The biggest trap of all is forgetting to use the B<-w> switch; see
L<perlrun>. The second biggest trap is not making your entire program
-runnable under C<use strict>.
+runnable under C<use strict>. The third biggest trap is not reading
+the list of changes in this version of Perl; see L<perldelta>.
=head2 Awk Traps