Front page | perl.perl5.porters |
Postings from May 2012
[perl #112944] perldelta: typo
Thread Previous
From:
argrath @ ub32 . org
Date:
May 15, 2012 04:51
Subject:
[perl #112944] perldelta: typo
Message ID:
rt-3.6.HEAD-4610-1337076056-1214.112944-75-0@perl.org
# New Ticket Created by argrath@ub32.org
# Please include the string: [perl #112944]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112944 >
This is a bug report for perl from argrath@ub32.org,
generated with the help of perlbug 1.39 running under perl 5.10.1.
-----------------------------------------------------------------
[Please describe your issue here]
perldelta has some typo on Perl 5.16.0-RC1
--- pod-perldelta.pod.orig Tue May 15 15:08:56 2012
+++ pod-perldelta.pod Tue May 15 15:12:33 2012
@@ -691,7 +691,7 @@
Revamping C<< "\Q" >> semantics in double-quotish strings when combined with other escapes
There are a number of bugs and inconsistencies involving combinations
-of C<\Q> and excapes like C<\x>, C<\L>, etc., within a C<\Q...\E> pair.
+of C<\Q> and escapes like C<\x>, C<\L>, etc., within a C<\Q...\E> pair.
These need to be fixed, and doing so will necessarily change current
behavior. The changes have not yet been settled.
@@ -4147,7 +4147,7 @@
On Solaris, we have two kinds of failure.
-If F<make> is Sun's F<makeā„>, we get an error about a badly formed macro
+If F<make> is Sun's F<make>, we get an error about a badly formed macro
assignment in the F<Makefile>. That happens when F<./Configure> tries to
make depends. F<Configure> then exits 0, but further F<make>-ing fails.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=docs
severity=low
---
Site configuration information for perl 5.10.1:
Configured by gecko at Thu Dec 9 06:00:29 2010.
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=5.2, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='12.00.8168', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86'
libpth=\lib
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib comctl32.lib msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib comctl32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl510.lib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86'
Locally applied patches:
ACTIVEPERL_LOCAL_PATCHES_ENTRY
0abd0d78 disable non-unicode case insensitive trie matching
827da6a3 -t should only return TRUE for file handles connected to a TTY
d956618 Make Term::ReadLine::findConsole fall back to STDIN if /dev/tty can't be opened
---
@INC for perl 5.10.1:
C:/Perl/site/lib
C:/Perl/lib
.
---
Environment for perl 5.10.1:
HOME=D:\home
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=C:\Perl\site\bin;C:\Perl\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\doxygen\bin;C:\Program Files\Toshiba\Bluetooth Toshiba Stack\sys\
PERL_BADLANG (unset)
SHELL (unset)
Thread Previous