Back
From: metabase:user:30977d10-2aae-11df-837a-5e0a49663a4f
Subject: PASS YAPE-Regex-Explain-4.00 v5.13.4
Date: 2010-09-10T14:21:46Z
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 Gene Sullivan,
This is a computer-generated report for YAPE-Regex-Explain-4.00
on perl 5.13.4, created by CPAN-Reporter-1.18.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\bin\dev\perl\site\bin\dmake.EXE test':
C:\home\stro\perl\perl5134\bin\perl.exe "-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:
requires:
Module Need Have
----------- ---- ----
YAPE::Regex 0 3.04
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
ACTIVEPERL_CONFIG_SILENT = 1
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 2
PATH = C:\bin\dev\python\;C:\bin\dev\svn;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\bin\dev\perl\site\bin;C:\bin\dev\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\bin\arc;C:\bin\dev\TortoiseSVN\bin;C:\bin\dev\Mercurial;C:\bin\dev\TortoiseHg;c:\bin\sys\gnuwin32\bin;C:\bin\dev\oracle\instantclient_11_1;C:\Program Files\Common Files\Microsoft Shared\Windows Live
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 2908
PERL5_CPAN_IS_RUNNING = 2908
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 6084,2908
PERL_CR_SMOKER_CURRENT = Padre-Plugin-RegexExplain-0.01
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 11, GenuineIntel
TEMP = C:\WINDOWS\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\home\stro\perl\perl5134\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.94_57
Cwd 3.31
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.5601
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2207
File::Spec 3.31_01
Module::Build 0.3607
Module::Signature n/a
Test::Harness 3.22
Test::More 0.96
YAML 0.72
YAML::Syck 1.14
version 0.82
--
Summary of my perl5 (revision 5 version 13 subversion 4) configuration:
Platform:
osname=MSWin32, osvers=5.1, 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='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"c:\home\stro\perl\perl5134\lib\CORE" -L"C:\MinGW\lib"'
libpth=C:\MinGW\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl513.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"c:\home\stro\perl\perl5134\lib\CORE" -L"C:\MinGW\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Aug 30 2010 13:19:49
%ENV:
PERL5_CPANPLUS_IS_RUNNING="2908"
PERL5_CPAN_IS_RUNNING="2908"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="6084,2908"
PERL_CR_SMOKER_CURRENT="Padre-Plugin-RegexExplain-0.01"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
C:/home/stro/perl/perl5134/site/lib
C:/home/stro/perl/perl5134/lib
.