Back
From: metabase:user:3260881c-2aae-11df-837a-5e0a49663a4f
Subject: PASS HTML-Expander-2.7 v5.12.3
Date: 2013-01-27T14:42:20Z
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 Vladi Belperchinov-Shabanski,
This is a computer-generated report for HTML-Expander-2.7
on perl 5.12.3, created by CPAN-Reporter-1.2009.
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:\strawberry\c\bin\dmake.EXE test':
C:\strawberry\perl\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl
1..1
# Running under perl version 5.012003 for MSWin32
# Current time local: Sun Jan 27 16:42:13 2013
# Current time GMT: Sun Jan 27 14:42:13 2013
# Using Test.pm version 1.26
DEBUG: expand_var: [!mode] = ()
$VAR1 = {
'VAR::!mode' => 1
};
DEBUG: expand_var: [!mode] = ()
$VAR1 = {
'VAR::!mode' => 1
};
DEBUG: expand_var: [TEST] = ()
$VAR1 = {
'VAR::TEST' => 1
};
DEBUG: expand_var: [TEST] = (opala!)
$VAR1 = {
'VAR::TEST' => 1
};
DEBUG: expand_var: [XXX] = (this XXX is <var name=LLL><p>)
$VAR1 = {
'VAR::XXX' => 1
};
DEBUG: expand_var: [LLL] = (low level var)
$VAR1 = {
'VAR::LLL' => 1,
'VAR::XXX' => 1
};
DEBUG: expand_var: [ZZZ] = (this ZZZ is <var name=LLL><p>)
$VAR1 = {
'VAR::ZZZ' => 1
};
DEBUG: expand_var: [LLL] = (low level var)
$VAR1 = {
'VAR::LLL' => 1,
'VAR::ZZZ' => 1
};
<pre>(current mode is '')</pre>
<p><p><h1><font color=#fff>This is me</font></h1>
<box>(cyrrent mode is '')</box>
<h1><font color=>empty</font></h1>
1.
2.opala!
3.opala!
<p>
this XXX is low level var<p>
<p>
this ZZZ is low level var<p>
DEBUG: expand_var: [HOME] = ()
$VAR1 = {
'VAR::HOME' => 1
};
Sun Jan 27 16:42:14 JST 2013
DEBUG: expand_var: [HOME] = ()
$VAR1 = {
'VAR::HOME' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [LLL] = (low level var)
$VAR1 = {
'VAR::LLL' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [LLL] = (low level var)
$VAR1 = {
'VAR::LLL' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [!mode] = ()
$VAR1 = {
'VAR::!mode' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [!mode] = ()
$VAR1 = {
'VAR::!mode' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [TEST] = (opala!)
$VAR1 = {
'VAR::TEST' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [TEST] = (opala!)
$VAR1 = {
'VAR::TEST' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [XXX] = (this XXX is <var name=LLL><p>)
$VAR1 = {
'VAR::XXX' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [LLL] = (low level var)
$VAR1 = {
'VAR::LLL' => 1,
'VAR::XXX' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [ZZZ] = (this ZZZ is <var name=LLL><p>)
$VAR1 = {
'VAR::ZZZ' => 1,
'INC::./test.pl' => 1
};
DEBUG: expand_var: [LLL] = (low level var)
$VAR1 = {
'VAR::LLL' => 1,
'INC::./test.pl' => 1,
'VAR::ZZZ' => 1
};
use Test;
BEGIN { plan tests => 1 };
use HTML::Expander;
use strict;
my $ex = new HTML::Expander;
$ex->{ 'WARNINGS' }++;
$ex->define_tag( 'main', '<h1><font color=>', '<h1><font color=%c>' );
$ex->define_tag( 'main', '</font></h1>', '</font></h1>' );
$ex->mode_copy( 'new', 'main' );
$ex->define_tag( 'new', '<h1>', '<p><h1>' );
$ex->define_tag( 'new', '<box>', '<pre>' );
$ex->define_tag( 'new', '</box>', '</pre>' );
$ex->define_var( 'main', 'LLL' => 'low level var' );
$ex->define_var( 'main', 'XXX' => 'this XXX is low level var<p>' );
$ex->define_var( 'main', 'ZZZ' => 'this ZZZ is low level var<p>' );
print $ex->expand( "
<pre>(current mode is '')</pre>
<p><p><h1><font color=#fff>This is me</font></h1>
<box>(cyrrent mode is '')</box>
<h1><font color=>empty</font></h1>
1.opala!
2.opala!
3.opala!
<p>
this XXX is low level var<p>
<p>
this ZZZ is low level var<p>
\n" );
$ex->{ 'EXEC_TAG_ALLOWED' } = 1;
print $ex->expand( 'Sun Jan 27 16:42:14 JST 2013
' ), "\n";
$ex->add_inc_paths( '.' );
print $ex->expand( '' ), "\n";
print "done.";
use Data::Dumper;
print Dumper( $ex );
ok(1); # there is no bad condition check yet
done.$VAR1 = bless( {
'VARS' => {
'new' => {},
'main' => {
'LLL' => 'low level var',
'XXX' => 'this XXX is <var name=LLL><p>',
'ZZZ' => 'this ZZZ is <var name=LLL><p>'
}
},
'INC' => {
'.' => 1
},
'WARNINGS' => 1,
'EXEC_TAG_ALLOWED' => 1,
'ENV' => {
'TEST' => 'opala!',
'!MODE' => 'main'
},
'MODE' => [],
'TAGS' => {
'new' => {
'<h1>' => '<p><h1>',
'<name>' => '<h1><font color=%c>',
'</box>' => '</pre>',
'</name>' => '</font></h1>',
'<box>' => '<pre>'
},
'main' => {
'<name>' => '<h1><font color=%c>',
'</name>' => '</font></h1>'
}
}
}, 'HTML::Expander' );
ok 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.64
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.64
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 1
PATH = C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\SlikSvn\bin\;C:\Program Files\Git\bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1444
PERL5_CPAN_IS_RUNNING = 1444
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 896,1444
PERL_CR_SMOKER_CURRENT = HTML-Expander-2.7
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_JSON_BACKEND = JSON::XS
PERL_MM_USE_DEFAULT = 1
PERL_YAML_BACKEND = YAML
PROCESSOR_IDENTIFIER = x86 Family 6 Model 23 Stepping 10, GenuineIntel
TEMP = C:\DOCUME~1\GABORS~1\LOCALS~1\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\strawberry\perl\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, 768, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.97_51
CPAN::Meta 2.120921
Cwd 3.40
ExtUtils::CBuilder 0.280205
ExtUtils::Command 1.17
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.64
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.18
File::Spec 3.40
JSON 2.53
JSON::PP 2.27200
Module::Build 0.4003
Module::Signature 0.66
Parse::CPAN::Meta 1.4404
Test::Harness 3.26
Test::More 0.98
YAML 0.84
YAML::Syck 1.22
version 0.9901
--
Summary of my perl5 (revision 5 version 12 subversion 3) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname='Win32 strawberryperl 5.12.3.0 #1 Sun May 15 09:44:53 2011 i386'
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 -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.4.3', 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:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
libpth=C:\strawberry\c\lib C:\strawberry\c\i686-w64-mingw32\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=libperl512.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\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
USE_SITECUSTOMIZE
Built under MSWin32
Compiled at May 15 2011 17:02:01
%ENV:
PERL5_CPANPLUS_IS_RUNNING="1444"
PERL5_CPAN_IS_RUNNING="1444"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="896,1444"
PERL_CR_SMOKER_CURRENT="HTML-Expander-2.7"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_JSON_BACKEND="JSON::XS"
PERL_MM_USE_DEFAULT="1"
PERL_YAML_BACKEND="YAML"
@INC:
C:/strawberry/perl/site/lib
C:/strawberry/perl/vendor/lib
C:/strawberry/perl/lib
.