This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Appease podcheck.t
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 15:21:59 +0000 (08:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 15:21:59 +0000 (08:21 -0700)
It doesn’t like E<quot> in links, though the pod spec (if I read it
correctly) allows it.  It doesn’t mind quotes within quotes.

pod/perldelta.pod

index dbf66a5..75a6ed3 100644 (file)
@@ -319,7 +319,7 @@ XXX L<message|perldiag/"message">
 =item *
 
 L<Argument "%s" treated as 0 in increment (++)|perldiag/"Argument
-E<quot>%sE<quot> treated as 0 in increment (++)">
+"%s" treated as 0 in increment (++)">
 
 (W numeric) The indicated string was fed as an argument to the C<++>
 operator which expects either a number or a string matching