Subject: | weird formatting in SYNOPSIS |
The first sentence of the SYNOPSIS says:
L<P> is a combined printf, sprintf & say in 1 routine .
There are two things wrong with this:
1) It's talking about the function P, not the module, but it uses L< > to link to a module name. It should probably use C< > instead. (Also, it doesn't make much sense to link from perldoc P to P itself.)
2) There's a space before the period.