CC: | jkeenan [...] cpan.org |
Subject: | [RT #118633] Output of perldoc -f tr is truncated |
This bug was originally reported in the Perl 5 bug queue at https://rt.perl.org/rt3/Ticket/Display.html?id=118633. Because Pod-Perldoc is listed in Porting/Maintainers.pl as being primarily maintained on CPAN, I am moving the report into this queue. --jkeenan
##########
% perldoc -f tr
Quote and Quote-like Operators
[...]
tr/SEARCHLIST/REPLACEMENTLIST/cdsr
%
It should have kept going and displayed the documentation for tr|y. It
stopped because it reached the =item line for y/// in this extract from
perlop.pod:
=item tr/SEARCHLIST/REPLACEMENTLIST/cdsr
X<tr> X<y> X<transliterate> X</c> X</d> X</s>
=item y/SEARCHLIST/REPLACEMENTLIST/cdsr
Not sure what the best fix would be here.
Summary of my perl5 (revision 5 version 19 subversion 2) configuration:
Commit id: 0e05e560edc12120d297a77996d0dfa53a9858af
Platform:
osname=linux, osvers=2.6.27.41-170.2.117.fc10.i686, archname=i686-linux
##########
Although this is similar to the bug in https://rt.cpan.org/Ticket/Display.html?id=86472, the patch submitted there does not appear to correct the problem herein reported. --jkeenan