Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: PASS YAPE-Regex-Explain-4.00 v5.12.0 FreeBSD
Date: 2010-09-07T08:54:22Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear GSULLIVAN,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9007. Testers personal comments may appear
at the end of this report.
MAKE TEST passed: PERL_DL_NONLAZY=1 /usr/home/cpan/pit/thr/perl-5.12.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
ok 1
The regular expression:
(?-imsx: foo (?(?{ $x })(?!)) b | a{2} )
matches as follows:
NODE EXPLANATION
----------------------------------------------------------------------
(?-imsx: group, but do not capture (case-sensitive)
(with ^ and $ matching normally) (with . not
matching \n) (matching whitespace and #
normally):
----------------------------------------------------------------------
foo ' foo '
----------------------------------------------------------------------
(? if the following assertion is true:
----------------------------------------------------------------------
(?{ $x }) run this block of Perl code
----------------------------------------------------------------------
then:
----------------------------------------------------------------------
(?!) fail
----------------------------------------------------------------------
| else:
----------------------------------------------------------------------
succeed
----------------------------------------------------------------------
) end of conditional
----------------------------------------------------------------------
b ' b '
----------------------------------------------------------------------
| OR
----------------------------------------------------------------------
' '
----------------------------------------------------------------------
a{2} 'a' (2 times)
----------------------------------------------------------------------
' '
----------------------------------------------------------------------
) end of grouping
----------------------------------------------------------------------
(?x-ims: # group, but do not capture (disregarding
# whitespace and comments) (case-sensitive)
# (with ^ and $ matching normally) (with . not
# matching \n):
\ foo\ # ' foo '
(? # if the following assertion is true:
(?{ $x }) # run this block of Perl code
# then:
(?!) # fail
| # else:
# succeed
) # end of conditional
\ b\ # ' b '
| # OR
\ # ' '
a{2} # 'a' (2 times)
\ # ' '
) # end of grouping
(?x-ims:
\ foo\
(?
(?{ $x })
(?!)
|
)
\ b\
|
\
a{2}
\
)
[MSG] [Tue Sep 7 09:54:20 2010] Sending test report for 'YAPE-Regex-Explain-4.00'
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.58.
Powered by minismokebox version 0.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = :/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-3.04/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-3.04/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-Explain-4.00/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-Explain-4.00/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 18705
PERL5_CPANPLUS_IS_VERSION = 0.9007
PERL5_MINISMOKEBOX = 0.30
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/thr/conf/perl-5.12.0
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/thr/perl-5.12.0/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001 1001
EGID: $) = 1001 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
Platform:
osname=freebsd, osvers=7.1-release, archname=i386-freebsd-thread-multi
uname='freebsd diafol-rhyddha71.bingosnet.co.uk 7.1-release freebsd 7.1-release #0: thu jan 1 14:37:25 utc 2009 root@logan.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
config_args='-des -Dprefix=/usr/home/cpan/pit/thr/perl-5.12.0 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
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='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070719 [FreeBSD]', 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 ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lm -lcrypt
perllibs=-lm -lcrypt
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under freebsd
Compiled at Aug 27 2010 14:33:39
%ENV:
PERL5LIB=":/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-3.04/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-3.04/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-Explain-4.00/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-Explain-4.00/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="18705"
PERL5_CPANPLUS_IS_VERSION="0.9007"
PERL5_MINISMOKEBOX="0.30"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/thr/conf/perl-5.12.0"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-3.04/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-3.04/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-Explain-4.00/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.12.0/.cpanplus/5.12.0/build/YAPE-Regex-Explain-4.00/blib/arch
/usr/home/cpan/pit/thr/perl-5.12.0/lib/site_perl/5.12.0/i386-freebsd-thread-multi
/usr/home/cpan/pit/thr/perl-5.12.0/lib/site_perl/5.12.0
/usr/home/cpan/pit/thr/perl-5.12.0/lib/5.12.0/i386-freebsd-thread-multi
/usr/home/cpan/pit/thr/perl-5.12.0/lib/5.12.0
.