perldiag: Don’t use L<<>>
authorFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 05:34:28 +0000 (22:34 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 07:52:50 +0000 (00:52 -0700)
diagnostics.pm isn’t smart enough to handle it, and programming it
for one case seems like overkill.

pod/perldiag.pod

index d4f77ff..3b1f5e8 100644 (file)
@@ -2413,7 +2413,7 @@ character (U+FFFD).
 
 (F) Perl was called with invalid debugger flags.  Call perl with
 the B<-D> option with no flags to see the list of acceptable values.
-See also L<< perlrun/B<-D>I<letters> >>.
+See also L<perlrun/B<-D>I<letters>>.
 
 =item Invalid [] range "%s" in regex; marked by <-- HERE in m/%s/