This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Whitespace fixes to perlvar
[perl5.git] / pod / perl5111delta.pod
index 87fb9df..4717374 100644 (file)
@@ -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