Subject: | Manpage Errors |
Hi:
It appears that the link to the Request Tracker is too long, causing a
warning from 'man':
libpoe-component-client-dns-perl: manpage-has-errors-from-man
usr/share/man/man3/POE::Component::Client::DNS.3pm.gz 349: warning [p 4,
1.0i]: can't break line
It occurs because of this line:
349
https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE\-Component\-Client\-DNS
(that's from the pod2man output, which is why it has escapes)
It's from DNS.pm line 768:
768
https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE-Component-Client-DNS
Anyway, it's fixable by changing that line to:
https://rt.cpan.org/Dist/Display.html?Queue=POE-Component-Client-DNS
Which shows the same output, but is sufficiently short that man doesn't
need to break the line.
Cheers,
Jonathan