Front page | perl.cpan.testers |
Postings from May 2008
PASS YAPE-Regex-Explain-3.011 darwin-thread-multi-2level 8.9.1
From:
Elliot Shank
Date:
May 12, 2008 11:04
Subject:
PASS YAPE-Regex-Explain-3.011 darwin-thread-multi-2level 8.9.1
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Jeff Pinyan,
This is a computer-generated report for YAPE-Regex-Explain-3.011
on perl 5.8.8, created by CPAN-Reporter-1.13.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /Users/elliot/opt/perl/perl-5.8-x86/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}
\
)
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
PATH = /Users/elliot/bin:/Users/elliot/opt/bin:/Users/elliot/opt/perl/perl-5.8-x86/bin:/opt/local/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/X11/bin
PERL5LIB =
PERL5_CPANPLUS_IS_RUNNING = 15195
PERL5_CPAN_IS_RUNNING = 15195
SHELL = /bin/bash
TERM = xterm-color
TMPDIR = /var/folders/s2/s2wv2WTVGJ8EOwRLFaCcVk+++TM/-Tmp-/
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /Users/elliot/opt/perl/perl-5.8-x86/bin/perl
$UID/$EUID = 502 / 502
$GID = 502 98 502
$EGID = 502 98 502
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.10
Test::More 0.80
YAML 0.66
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=darwin, osvers=8.9.1, archname=darwin-thread-multi-2level
uname='darwin quaquaversal.local 8.9.1 darwin kernel version 8.9.1: thu feb 22 20:55:00 pst 2007; root:xnu-792.18.15~1release_i386 i386 i386 '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=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='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement',
optimize='-O3',
cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement'
ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.4 cc', ldflags =''
libpth=/usr/lib
libs=-ldbm -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup'
-
PASS YAPE-Regex-Explain-3.011 darwin-thread-multi-2level 8.9.1
by Elliot Shank