Front page | perl.perl5.porters |
Postings from February 2000
[ID 20000204.005] Pod fixes
Thread Previous
From:
abigail
Date:
February 4, 2000 14:59
Subject:
[ID 20000204.005] Pod fixes
Message ID:
20000204225904.27873.qmail@delanet.com
This is a bug report for perl from abigail@delanet.com,
generated with the help of perlbug 1.27 running under perl 5.00564.
-----------------------------------------------------------------
[Please enter your report here]
This fixes several Unterminated X<...> errors.
diff -c pod.orig/perlapi.pod pod/perlapi.pod
*** pod.orig/perlapi.pod Wed Feb 2 01:53:49 2000
--- pod/perlapi.pod Fri Feb 4 17:47:00 2000
***************
*** 349,355 ****
=item gv_fetchmethod
! See L<gv_fetchmethod_autoload.
GV* gv_fetchmethod(HV* stash, const char* name)
--- 349,355 ----
=item gv_fetchmethod
! See L<gv_fetchmethod_autoload>.
GV* gv_fetchmethod(HV* stash, const char* name)
diff -c pod.orig/perldebug.pod pod/perldebug.pod
*** pod.orig/perldebug.pod Wed Feb 2 02:56:37 2000
--- pod/perldebug.pod Fri Feb 4 17:48:45 2000
***************
*** 145,151 ****
=item l min-max
! List lines C<min> through C<max>. C<l -> is synonymous to C<->.
=item l line
--- 145,151 ----
=item l min-max
! List lines C<min> through C<max>. C<l E<45>> is synonymous to C<E<45>>.
=item l line
diff -c pod.orig/perldelta.pod pod/perldelta.pod
*** pod.orig/perldelta.pod Wed Feb 2 02:34:23 2000
--- pod/perldelta.pod Fri Feb 4 17:51:13 2000
***************
*** 2289,2296 ****
=item Unknown open() mode '%s'
(F) The second argument of 3-argument open() is not among the list
! of valid modes: C<L<lt>>, C<L<gt>>, C<E<gt>E<gt>>, C<+L<lt>>,
! C<+L<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|->.
=item Unknown process %x sent message to prime_env_iter: %s
--- 2289,2296 ----
=item Unknown open() mode '%s'
(F) The second argument of 3-argument open() is not among the list
! of valid modes: C<E<lt>>, C<E<gt>>, C<E<gt>E<gt>>, C<+E<lt>>,
! C<+E<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|E<45>>.
=item Unknown process %x sent message to prime_env_iter: %s
diff -c pod.orig/perldiag.pod pod/perldiag.pod
*** pod.orig/perldiag.pod Wed Jan 26 16:40:10 2000
--- pod/perldiag.pod Fri Feb 4 17:51:03 2000
***************
*** 3137,3144 ****
=item Unknown open() mode '%s'
(F) The second argument of 3-argument open() is not among the list
! of valid modes: C<L<lt>>, C<L<gt>>, C<E<gt>E<gt>>, C<+L<lt>>,
! C<+L<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|->.
=item Unknown process %x sent message to prime_env_iter: %s
--- 3137,3144 ----
=item Unknown open() mode '%s'
(F) The second argument of 3-argument open() is not among the list
! of valid modes: C<E<lt>>, C<E<gt>>, C<E<gt>E<gt>>, C<+E<lt>>,
! C<+E<gt>>, C<+E<gt>E<gt>>, C<-|>, C<|E<45>>.
=item Unknown process %x sent message to prime_env_iter: %s
diff -c pod.orig/perlport.pod pod/perlport.pod
*** pod.orig/perlport.pod Sun Jan 23 08:07:25 2000
--- pod/perlport.pod Fri Feb 4 17:51:43 2000
***************
*** 1494,1500 ****
The C<|> variants are supported only if ToolServer is installed.
(S<Mac OS>)
! open to C<|-> and C<-|> are unsupported. (S<Mac OS>, Win32, S<RISC OS>)
=item pipe READHANDLE,WRITEHANDLE
--- 1494,1500 ----
The C<|> variants are supported only if ToolServer is installed.
(S<Mac OS>)
! open to C<|E<45>> and C<-|> are unsupported. (S<Mac OS>, Win32, S<RISC OS>)
=item pipe READHANDLE,WRITEHANDLE
diff -c pod.orig/perlvar.pod pod/perlvar.pod
*** pod.orig/perlvar.pod Mon Jan 31 19:26:25 2000
--- pod/perlvar.pod Fri Feb 4 17:52:13 2000
***************
*** 185,191 ****
$+[>I<n>C<] - $-[>I<n>C<]> if C<$-[>I<n>C<]> is defined, and $+ coincides with
C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#+> to find the number
of subgroups in the last successful match. Contrast with
! C<$#->, the last I<matched> subgroup. Compare with C<@->.
=item $MULTILINE_MATCHING
--- 185,191 ----
$+[>I<n>C<] - $-[>I<n>C<]> if C<$-[>I<n>C<]> is defined, and $+ coincides with
C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#+> to find the number
of subgroups in the last successful match. Contrast with
! C<$#E<45>>, the last I<matched> subgroup. Compare with C<@E<45>>.
=item $MULTILINE_MATCHING
***************
*** 421,427 ****
Thus after a match against $_, $& coincides with C<substr $_, $-[0],
$+[0] - $-[0]>. Similarly, C<$>I<n> coincides with C<substr $_, $-[>I<n>C<],
$+[>I<n>C<] - $-[>I<n>C<]> if C<$-[>I<n>C<]> is defined, and $+ coincides with
! C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#-> to find the last
matched subgroup in the last successful match. Contrast with
C<$#+>, the number of subgroups in the regular expression. Compare
with C<@+>.
--- 421,427 ----
Thus after a match against $_, $& coincides with C<substr $_, $-[0],
$+[0] - $-[0]>. Similarly, C<$>I<n> coincides with C<substr $_, $-[>I<n>C<],
$+[>I<n>C<] - $-[>I<n>C<]> if C<$-[>I<n>C<]> is defined, and $+ coincides with
! C<substr $_, $-[$#-], $+[$#-]>. One can use C<$#E<45>> to find the last
matched subgroup in the last successful match. Contrast with
C<$#+>, the number of subgroups in the regular expression. Compare
with C<@+>.
diff -c README.os2.orig README.os2
*** README.os2.orig Fri Jan 7 12:51:04 2000
--- README.os2 Fri Feb 4 17:57:05 2000
***************
*** 1136,1142 ****
file which would have C<name> if CWD were C<dir>. C<Dir> defaults to the
current dir.
! =item C<Cwd::extLibpath([type])
Get current value of extended library search path. If C<type> is
present and I<true>, works with END_LIBPATH, otherwise with
--- 1136,1142 ----
file which would have C<name> if CWD were C<dir>. C<Dir> defaults to the
current dir.
! =item C<Cwd::extLibpath([type])>
Get current value of extended library search path. If C<type> is
present and I<true>, works with END_LIBPATH, otherwise with
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl 5.00564:
Configured by abigail at Fri Feb 4 17:20:07 EST 2000.
Summary of my perl5 (revision 5.0 version 5 subversion 640) configuration:
Platform:
osname=linux, osvers=2.2.13, archname=i686-linux
uname='linux alexandra 2.2.13 #2 wed nov 3 12:57:15 est 1999 i686 unknown '
config_args='-d -Dprefix=/opt/devperl -Doptimize=-g'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usesocks=undef useperlio=undef d_sfio=undef
use64bits=undef uselargefiles=define usemultiplicity=undef
Compiler:
cc='cc', optimize='-g', gccversion=2.95.2 19991024 (release)
cppflags='-Dbool=char -DHAS_BOOL -DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
ccflags ='-Dbool=char -DHAS_BOOL -DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lc -lposix -lcrypt
libc=/lib/libc-2.1.2.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl 5.00564:
/home/abigail/Perl
/home/abigail/Sybase
/opt/devperl/lib/5.5.640/i686-linux
/opt/devperl/lib/5.5.640
/opt/devperl/lib/site_perl/5.5.640/i686-linux
/opt/devperl/lib/site_perl/5.5.640
.
---
Environment for perl 5.00564:
HOME=/home/abigail
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH=/home/abigail/Lib:/usr/local/lib:/usr/lib:/lib:/usr/X11R6/lib
LOGDIR (unset)
PATH=/home/abigail/Bin:/opt/perl/bin:/usr/local/bin:/usr/local/X11/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/games:/opt/povray/bin:/opt/teTeX/bin/i686-pc-linux-gnu
PERL5LIB=/home/abigail/Perl:/home/abigail/Sybase
PERLDIR=/opt/perl
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Previous