Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: PASS HTML-Expander-2.7 v5.14.0 Dragonfly BSD
Date: 2013-01-29T05:29:06Z
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.9134. 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 /usr/home/cpan/pit/bare/perl-5.14.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.014000 for dragonfly
# Current time local: Tue Jan 29 05:29:04 2013
# Current time GMT: Tue Jan 29 05:29:04 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
};
Tue Jan 29 05:29:04 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( 'Tue Jan 29 05:29:04 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.9134
CPANPLUS::Dist::Build 0.68
Cwd 3.40
ExtUtils::CBuilder 0.280205
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.64
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.18
File::Spec 3.40
Module::Build 0.4003
Pod::Parser 1.37
Pod::Simple 3.16
Test::Harness 3.26
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
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/pkg/sbin:/usr/pkg/bin:/usr/pkg/xorg/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = :/usr/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/HTML-Expander-2.7/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/HTML-Expander-2.7/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 85427
PERL5_CPANPLUS_IS_VERSION = 0.9134
PERL5_MINISMOKEBOX = 0.54
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.14.0
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/pkg/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/bare/perl-5.14.0/bin/perl
UID: $< = 1002
EUID: $> = 1002
GID: $( = 1002 1002
EGID: $) = 1002 1002
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 0) configuration:
Platform:
osname=dragonfly, osvers=3.2-release, archname=x86_64-dragonfly
uname='dragonfly driblet.bingosnet.co.uk 3.2-release dragonfly v3.2.1.9.g80b03f-release #3: wed oct 31 20:06:46 pdt 2012 root@pkgbox64.dragonflybsd.org:usrobjbuildjustinsrcsysx86_64_generic x86_64 '
config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.14.0'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, 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.4.7 2012.03.13', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-ldl -lm -lcrypt -lutil -lc
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: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under dragonfly
Compiled at Nov 17 2012 13:15:06
%ENV:
PERL5LIB=":/usr/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/HTML-Expander-2.7/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/HTML-Expander-2.7/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="85427"
PERL5_CPANPLUS_IS_VERSION="0.9134"
PERL5_MINISMOKEBOX="0.54"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.14.0"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/HTML-Expander-2.7/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/HTML-Expander-2.7/blib/arch
/usr/home/cpan/pit/bare/perl-5.14.0/lib/site_perl/5.14.0/x86_64-dragonfly
/usr/home/cpan/pit/bare/perl-5.14.0/lib/site_perl/5.14.0
/usr/home/cpan/pit/bare/perl-5.14.0/lib/5.14.0/x86_64-dragonfly
/usr/home/cpan/pit/bare/perl-5.14.0/lib/5.14.0
.