Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: PASS HTML-Expander-2.7 v5.16.0 Debian GNU/kFreeBSD
Date: 2013-01-30T11:11:12Z
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 CADE,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9133. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
TEST RESULTS:
Below is the error stack from stage 'make test':
PERL_DL_NONLAZY=1 /home/cpan/pit/bare/perl-5.16.0/bin/perl5.16.0 "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.016000 for gnukfreebsd
# Current time local: Wed Jan 30 11:11:11 2013
# Current time GMT: Wed Jan 30 11:11:11 2013
# Using Test.pm version 1.25_02
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
};
Wed Jan 30 11:11:12 GMT 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( 'Wed Jan 30 11:11:12 GMT 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:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
ExtUtils::MakeMaker 6.64 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9133
CPANPLUS::Dist::Build 0.68
Cwd 3.39_02
ExtUtils::CBuilder 0.280206
ExtUtils::Command 1.17
ExtUtils::Install 1.58
ExtUtils::MakeMaker 6.64
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.18
File::Spec 3.39_02
Module::Build 0.4003
Pod::Parser 1.51
Pod::Simple 3.20
Test::Harness 3.25
Test::More 0.98
version 0.9901
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.84.
Powered by minismokebox version 0.54
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.16.0/.cpanplus/5.16.0/build/HTML-Expander-2.7/blib/lib:/home/cpan/pit/bare/conf/perl-5.16.0/.cpanplus/5.16.0/build/HTML-Expander-2.7/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 73351
PERL5_CPANPLUS_IS_VERSION = 0.9133
PERL5_MINISMOKEBOX = 0.54
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.16.0
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/bare/perl-5.16.0/bin/perl5.16.0
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
Platform:
osname=gnukfreebsd, osvers=8.1-1-686, archname=i686-gnukfreebsd
uname='gnukfreebsd kaiser 8.1-1-686 #0 fri oct 21 22:17:01 utc 2011 i686 i386 amd athlon(tm) neo x2 dual core processor 6850e gnukfreebsd '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.16.0'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.5', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.3'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under gnukfreebsd
Compiled at Jun 27 2012 00:57:40
%ENV:
PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.16.0/.cpanplus/5.16.0/build/HTML-Expander-2.7/blib/lib:/home/cpan/pit/bare/conf/perl-5.16.0/.cpanplus/5.16.0/build/HTML-Expander-2.7/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="73351"
PERL5_CPANPLUS_IS_VERSION="0.9133"
PERL5_MINISMOKEBOX="0.54"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.16.0"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/bare/conf/perl-5.16.0/.cpanplus/5.16.0/build/HTML-Expander-2.7/blib/lib
/home/cpan/pit/bare/conf/perl-5.16.0/.cpanplus/5.16.0/build/HTML-Expander-2.7/blib/arch
/home/cpan/pit/bare/perl-5.16.0/lib/site_perl/5.16.0/i686-gnukfreebsd
/home/cpan/pit/bare/perl-5.16.0/lib/site_perl/5.16.0
/home/cpan/pit/bare/perl-5.16.0/lib/5.16.0/i686-gnukfreebsd
/home/cpan/pit/bare/perl-5.16.0/lib/5.16.0
.