Front page | perl.perl5.porters |
Postings from June 2012
[perl #113578] [PATCH] 81b0919 Fixes typos in perlfaq4
Thread Next
From:
Olaf Alders
Date:
June 11, 2012 01:12
Subject:
[perl #113578] [PATCH] 81b0919 Fixes typos in perlfaq4
Message ID:
rt-3.6.HEAD-5009-1339381797-1367.113578-75-0@perl.org
# New Ticket Created by Olaf Alders
# Please include the string: [perl #113578]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113578 >
This is a bug report for perl from olaf@wundersolutions.com,
generated with the help of perlbug 1.39 running under perl 5.12.3.
>From 81b0919a34ff26a7d97a3fb65c62c4b64a3c62cd Mon Sep 17 00:00:00 2001
From: Olaf Alders <olaf@wundersolutions.com>
Date: Sun, 10 Jun 2012 22:24:49 -0400
Subject: [PATCH] Fixes typos in perlfaq4
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1.7.1"
This is a multi-part message in MIME format.
--------------1.7.1
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
---
cpan/perlfaq/lib/perlfaq4.pod | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--------------1.7.1
Content-Type: text/x-patch; name="0001-Fixes-typos-in-perlfaq4.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-Fixes-typos-in-perlfaq4.patch"
diff --git a/cpan/perlfaq/lib/perlfaq4.pod b/cpan/perlfaq/lib/perlfaq4.pod
index e5de153..8378ba7 100644
--- a/cpan/perlfaq/lib/perlfaq4.pod
+++ b/cpan/perlfaq/lib/perlfaq4.pod
@@ -1266,8 +1266,8 @@ for list operations, so list operations also work on arrays:
wash_animals( qw( dog cat bird ) );
wash_animals( @animals );
-Array operations, which change the scalars, rearranges them, or adds
-or subtracts some scalars, only work on arrays. These can't work on a
+Array operations, which change the scalars, rearrange them, or add
+or subtract some scalars, only work on arrays. These can't work on a
list, which is fixed. Array operations include C<shift>, C<unshift>,
C<push>, C<pop>, and C<splice>.
--------------1.7.1--
---
Flags:
category=docs
severity=low
---
Site configuration information for perl 5.12.3:
Configured by olaf at Tue Feb 1 20:37:37 UTC 2011.
Summary of my perl5 (revision 5 version 12 subversion 3) configuration:
Platform:
osname=linux, osvers=2.6.35.4-rscloud, archname=x86_64-linux-thread-multi
uname='linux bacchus 2.6.35.4-rscloud #8 smp mon sep 20 15:54:33 utc 2010 x86_64 gnulinux '
config_args='-de -Dprefix=/home/olaf/perl5/perlbrew/perls/perl-5.12.3 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.5', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.12.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12.1'
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.12.3:
/home/olaf/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/x86_64-linux-thread-multi
/home/olaf/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3
/home/olaf/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/x86_64-linux-thread-multi
/home/olaf/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3
.
---
Environment for perl 5.12.3:
HOME=/home/olaf
LANG=en_CA.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/olaf/local/bin:/home/olaf/perl5/perlbrew/bin:/home/olaf/perl5/perlbrew/perls/perl-5.12.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PERLBREW_PATH=/home/olaf/perl5/perlbrew/bin:/home/olaf/perl5/perlbrew/perls/perl-5.12.3/bin
PERLBREW_PERL=perl-5.12.3
PERLBREW_ROOT=/home/olaf/perl5/perlbrew
PERLBREW_VERSION=0.15
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[perl #113578] [PATCH] 81b0919 Fixes typos in perlfaq4
by Olaf Alders