Front page | perl.perl5.porters |
Postings from June 2013
[perl #118633] Output of perldoc -f tr is truncated
Thread Next
From:
Peter Scott
Date:
June 28, 2013 17:38
Subject:
[perl #118633] Output of perldoc -f tr is truncated
Message ID:
rt-3.6.HEAD-2552-1372170021-491.118633-75-0@perl.org
# New Ticket Created by Peter Scott
# Please include the string: [perl #118633]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118633 >
This is a bug report for perl from peter@psdt.com,
generated with the help of perlbug 1.39 running under perl 5.19.2.
-----------------------------------------------------------------
[Please describe your issue here]
% 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.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl 5.19.2:
Configured by peter at Fri Jun 21 17:31:03 PDT 2013.
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
uname='linux tweety.homeip.net 2.6.27.41-170.2.117.fc10.i686 #1 smp
thu dec 10 11:00:29 est 2009 i686 i686 i386 gnulinux '
config_args='-des -Dusedevel'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include'
ccversion='', gccversion='4.3.2 20081105 (Red Hat 4.3.2-7)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.9.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.9'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib
-fstack-protector'
Locally applied patches:
---
@INC for perl 5.19.2:
lib
/usr/local/lib/perl5/site_perl/5.19.2/i686-linux
/usr/local/lib/perl5/site_perl/5.19.2
/usr/local/lib/perl5/5.19.2/i686-linux
/usr/local/lib/perl5/5.19.2
/usr/local/lib/perl5/site_perl
.
---
Environment for perl 5.19.2:
HOME=/home/peter
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/peter/perl5/perlbrew/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/peter/bin:.:/home/peter/bin:.
PERLBREW_CSHRC_VERSION=0.33
PERLBREW_HOME=/home/peter/.perlbrew
PERLBREW_PATH=/home/peter/perl5/perlbrew/bin
PERLBREW_PERL=
PERLBREW_ROOT=/home/peter/perl5/perlbrew
PERLBREW_VERSION=0.33
PERL_BADLANG (unset)
SHELL=/bin/tcsh
Thread Next