HTML-Parser v3.75 Perl 5 v5.18.1 x86_64-linux
- Status
- Pass
- From
- Dist
-
HTML-Parser v3.75
- Platform
- Perl 5 v5.18.1 x86_64-linux
- Date
- 2021-02-03 14:32:59
- ID
- b6b8c8c0-662c-11eb-bcc7-4b4946e16139
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 CAPOEIRAB,
This is a computer-generated report for HTML-Parser-3.75
on perl 5.18.1, created by App::cpanminus::reporter 0.17 (1.7044).
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 '':
Building and testing HTML-Parser-3.75
/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin/perl /home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/ExtUtils/xsubpp -typemap /home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c
Running Mkbootstrap for HTML::Parser ()
chmod 644 Parser.bs
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp lib/HTML/Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp Parser.bs blib/arch/auto/HTML/Parser/Parser.bs
chmod 644 blib/arch/auto/HTML/Parser/Parser.bs
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.75\" -DXS_VERSION=\"3.75\" -fPIC "-I/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux/CORE" -DMARKED_SECTION Parser.c
rm -f blib/arch/auto/HTML/Parser/Parser.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Parser.o -o blib/arch/auto/HTML/Parser/Parser.so \
\
chmod 755 blib/arch/auto/HTML/Parser/Parser.so
Manifying blib/man3/HTML::HeadParser.3
Manifying blib/man3/HTML::Filter.3
Manifying blib/man3/HTML::Entities.3
Manifying blib/man3/HTML::TokeParser.3
Manifying blib/man3/HTML::Parser.3
Manifying blib/man3/HTML::LinkExtor.3
Manifying blib/man3/HTML::PullParser.3
PERL_DL_NONLAZY=1 /home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/argspec-bad.t ........ ok
t/api_version.t ........ ok
t/argspec.t ............ ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker 6.52 6.66
#
# === Configure Suggests ===
#
# Module Want Have
# -------- ------- ----
# JSON::PP 2.27300 4.06
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 6.66
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# Config any 5.018001
# ExtUtils::MakeMaker any 6.66
# File::Spec any 3.40
# FileHandle any 2.02
# IO::File any 1.16
# SelectSaver any 1.02
# Test any 1.26
# Test::More any 1.302183
# URI any 5.07
# strict any 1.07
# vars any 1.03
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.120921
#
# === Runtime Requires ===
#
# Module Want Have
# ------------- ---- ----
# Carp any 1.29
# Exporter any 5.68
# HTML::Tagset any 3.20
# HTTP::Headers any 6.27
# IO::File any 1.16
# URI any 5.07
# URI::URL any 5.07
# XSLoader any 0.24
# strict any 1.07
# vars any 1.03
#
t/00-report-prereqs.t .. ok
t/argspec2.t ........... ok
t/attr-encoded.t ....... ok
t/case-sensitive.t ..... ok
t/callback.t ........... ok
t/comment.t ............ ok
t/cases.t .............. ok
t/default.t ............ ok
t/crashme.t ............ ok
t/declaration.t ........ ok
t/document.t ........... ok
t/entities.t ........... ok
t/dtext.t .............. ok
t/entities2.t .......... ok
t/filter-methods.t ..... ok
t/filter.t ............. ok
t/handler-eof.t ........ ok
t/free.t ............... ok
t/handler.t ............ ok
t/headparser-http.t .... ok
t/headparser.t ......... ok
t/ignore.t ............. ok
t/largetags.t .......... ok
t/linkextor-base.t ..... ok
t/magic.t .............. ok
t/linkextor-rel.t ...... ok
t/marked-sect.t ........ ok
t/offset.t ............. ok
t/msie-compat.t ........ ok
t/options.t ............ ok
t/parsefile.t .......... ok
t/plaintext.t .......... ok
t/process.t ............ ok
t/parser.t ............. ok
t/pullparser.t ......... ok
t/stack-realloc.t ...... ok
t/skipped-text.t ....... ok
t/script.t ............. ok
t/textarea.t ........... ok
t/tokeparser.t ......... ok
t/threads.t ............ skipped: Not configured for threads
t/uentities.t .......... ok
t/unbroken-text.t ...... ok
t/unicode-bom.t ........ ok
t/unicode.t ............ ok
t/xml-mode.t ........... ok
All tests successful.
Files=49, Tests=452, 2 wallclock secs ( 0.19 usr 0.09 sys + 3.16 cusr 0.67 csys = 4.11 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTHOR_TESTING = 1
HARNESS_OPTIONS = j3
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
LC_COLLATE = POSIX
PATH = /home/osboxes/.perlbrew/libs/perl-5.18.1@normal/bin:/home/osboxes/perl5/perlbrew/bin:/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin:/home/osboxes/bin:/home/osboxes/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
PERL5LIB = /home/osboxes/.perlbrew/libs/perl-5.18.1@normal/lib/perl5
PERLBREW_BASHRC_VERSION = 0.74
PERLBREW_HOME = /home/osboxes/.perlbrew
PERLBREW_LIB = normal
PERLBREW_MANPATH = /home/osboxes/.perlbrew/libs/perl-5.18.1@normal/man:/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/man
PERLBREW_PATH = /home/osboxes/.perlbrew/libs/perl-5.18.1@normal/bin:/home/osboxes/perl5/perlbrew/bin:/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin
PERLBREW_PERL = perl-5.18.1
PERLBREW_ROOT = /home/osboxes/perl5/perlbrew
PERLBREW_VERSION = 0.88
PERL_LOCAL_LIB_ROOT = /home/osboxes/.perlbrew/libs/perl-5.18.1@normal
PERL_MB_OPT = --install_base /home/osboxes/.perlbrew/libs/perl-5.18.1@normal
PERL_MM_OPT = INSTALL_BASE=/home/osboxes/.perlbrew/libs/perl-5.18.1@normal
RELEASE_TESTING = 1
SHELL = /bin/bash
TERM = xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 1000 4 24 27 30 46 113 128 130 1000
EUID = 1000
EXECUTABLE_NAME = /home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin/perl
GID = 1000 4 24 27 30 46 113 128 130 1000
UID = 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.150010
Cwd 3.40
ExtUtils::CBuilder 0.280210
ExtUtils::Command 1.17
ExtUtils::Install 1.59
ExtUtils::MakeMaker 6.66
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.18
File::Spec 3.40
JSON n/a
JSON::PP 4.06
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302183
YAML n/a
YAML::Syck n/a
version 0.9902
--
Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
Platform:
osname=linux, osvers=4.15.0-43-generic, archname=x86_64-linux
uname='linux osboxes 4.15.0-43-generic #46-ubuntu smp thu dec 6 14:45:28 utc 2018 x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/osboxes/perl5/perlbrew/perls/perl-5.18.1 -Aeval:scriptdir=/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin'
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 ='-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='7.3.0', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.27'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.48
Built under linux
Compiled at Apr 1 2019 06:24:36
%ENV:
PERL5LIB="/home/osboxes/.perlbrew/libs/perl-5.18.1@normal/lib/perl5"
PERLBREW_BASHRC_VERSION="0.74"
PERLBREW_HOME="/home/osboxes/.perlbrew"
PERLBREW_LIB="normal"
PERLBREW_MANPATH="/home/osboxes/.perlbrew/libs/perl-5.18.1@normal/man:/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/man"
PERLBREW_PATH="/home/osboxes/.perlbrew/libs/perl-5.18.1@normal/bin:/home/osboxes/perl5/perlbrew/bin:/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/bin"
PERLBREW_PERL="perl-5.18.1"
PERLBREW_ROOT="/home/osboxes/perl5/perlbrew"
PERLBREW_VERSION="0.88"
PERL_LOCAL_LIB_ROOT="/home/osboxes/.perlbrew/libs/perl-5.18.1@normal"
PERL_MB_OPT="--install_base /home/osboxes/.perlbrew/libs/perl-5.18.1@normal"
PERL_MM_OPT="INSTALL_BASE=/home/osboxes/.perlbrew/libs/perl-5.18.1@normal"
@INC:
/home/osboxes/.perlbrew/libs/perl-5.18.1@normal/lib/perl5/x86_64-linux
/home/osboxes/.perlbrew/libs/perl-5.18.1@normal/lib/perl5
/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/x86_64-linux
/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1
/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux
/home/osboxes/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1
.