summaryrefslogtreecommitdiff
path: root/pod/perl5111delta.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-04-24 12:32:42 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-26 09:39:50 +0200
commit3676dc40900bfc690777a77e6cde26f637cc4dce (patch)
tree9c229b4502c29bfc55d9f3646bb0eb1692f80257 /pod/perl5111delta.pod
parent3980dc9c1cbee6225cd296829ee61b2abbd851c8 (diff)
downloadperl-3676dc40900bfc690777a77e6cde26f637cc4dce.tar.gz
Fix broken links
Diffstat (limited to 'pod/perl5111delta.pod')
-rw-r--r--pod/perl5111delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod
index 87fb9dfbe0..4717374803 100644
--- a/pod/perl5111delta.pod
+++ b/pod/perl5111delta.pod
@@ -260,7 +260,7 @@ Perl now defaults to issuing a warning if a deprecated language feature is used.
To disable this feature in a given lexical scope, you should use C<no
warnings 'deprecated';> For information about which language features
are deprecated and explanations of various deprecation warnings, please
-see L<perldiag.pod>
+see L<perldiag>
=back