Front page | perl.perl5.porters |
Postings from September 2011
Re: [perl #93590] [BUG] given-when clause not work properly when-T is specified
From:
Hongwen Qiu
Date:
September 12, 2011 12:43
Subject:
Re: [perl #93590] [BUG] given-when clause not work properly when-T is specified
Message ID:
4E6D5CA8.6050909@gmail.com
On 09/12/2011 07:47 AM, Father Chrysostomos via RT wrote:
> I cannot reproduce this at all. What OS are you using?
Hope the following helps.
$ perl -V
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.38.8-32.fc15.x86_64,
archname=x86_64-linux-thread-multi
uname='linux wind.river 2.6.38.8-32.fc15.x86_64 #1 smp mon jun 13
19:49:05 utc 2011 x86_64 x86_64 x86_64 gnulinux '
config_args='-DDEBUGGING -Dusethreads -Duseshrplib -des
-Dprefix=/home/qiuhw/soft/perl-5.14.1'
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 -DDEBUGGING
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.6.0 20110530 (Red Hat 4.6.0-9)',
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/../lib64 /usr/lib/../lib64 /lib /usr/lib
/lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.14'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-rpath,/home/qiuhw/soft/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi/CORE'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib
-fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_TRACK_MEMPOOL
USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Jun 22 2011 23:33:12
%ENV:
PERL5LIB="/home/qiuhw/soft/hpv_pipeline-0.18.1/lib/perl5:/home/qiuhw/soft/gass-tmp/lib/perl5"
PERL6LIB="/home/qiuhw/.perl6/lib:/home/qiuhw/.perl6/lib:"
@INC:
/home/qiuhw/soft/hpv_pipeline-0.18.1/lib/perl5/x86_64-linux-thread-multi
/home/qiuhw/soft/hpv_pipeline-0.18.1/lib/perl5
/home/qiuhw/soft/gass-tmp/lib/perl5
/home/qiuhw/soft/perl-5.14.1/lib/site_perl/5.14.1/x86_64-linux-thread-multi
/home/qiuhw/soft/perl-5.14.1/lib/site_perl/5.14.1
/home/qiuhw/soft/perl-5.14.1/lib/5.14.1/x86_64-linux-thread-multi
/home/qiuhw/soft/perl-5.14.1/lib/5.14.1
-
Re: [perl #93590] [BUG] given-when clause not work properly when-T is specified
by Hongwen Qiu