diff options
author | Chip Salzenberg <chip@perl.com> | 1997-04-02 08:54:23 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-04 00:00:00 +0000 |
commit | daff0e373f3630eaa9dbded0adcc04185f454487 (patch) | |
tree | 3fe1fadbd99df4327dcaf7bf523e8f3a5981ee18 /pod/perltrap.pod | |
parent | 8f1832628ef5654922d1b8e5959e65894d09ac5d (diff) | |
download | perl-daff0e373f3630eaa9dbded0adcc04185f454487.tar.gz |
Make L<perltrap> refer to L<perldelta>
Diffstat (limited to 'pod/perltrap.pod')
-rw-r--r-- | pod/perltrap.pod | 3 |
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 |