HTML-Parser v3.83 Perl 5 v5.40.0 x86_64-linux
- Status
- Pass
- From
- Tom Molesworth
- Dist
-
HTML-Parser v3.83
- Platform
- Perl 5 v5.40.0 x86_64-linux
- Date
- 2024-08-02 09:54:21
- ID
- 312d3bb0-50b5-11ef-b8fb-d0de67a8a984
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 OALDERS,
This is a computer-generated report for HTML-Parser-3.83
on perl 5.40.0, created by App::cpanminus::reporter 0.21 (1.7047).
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.83
cp lib/HTML/Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
Running Mkbootstrap for Parser ()
chmod 644 "Parser.bs"
"/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644
"/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin/perl" "/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0/ExtUtils/xsubpp" -typemap '/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0/ExtUtils/typemap' -typemap '/home/tom/.cpanm/work/1722592457.624436/HTML-Parser-3.83/typemap' Parser.xs > Parser.xsc
mv Parser.xsc Parser.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.83\" -DXS_VERSION=\"3.83\" -fPIC "-I/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0/x86_64-linux/CORE" -DMARKED_SECTION Parser.c
In file included from Parser.xs:30:
util.c: In function âÂÂdecode_entitiesâÂÂ:
util.c:162:21: warning: âÂÂPerl_uvuni_to_utf8â is deprecated [-Wdeprecated-declarations]
162 | tmp = (char*)uvuni_to_utf8((U8*)buf, num);
| ^~~
In file included from /home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0/x86_64-linux/CORE/perl.h:6186,
from Parser.xs:11:
/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0/x86_64-linux/CORE/proto.h:6043:1: note: declared here
6043 | Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv)
| ^~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/HTML/Parser/Parser.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Parser.o -o blib/arch/auto/HTML/Parser/Parser.so \
\
chmod 755 blib/arch/auto/HTML/Parser/Parser.so
"/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644
PERL_DL_NONLAZY=1 "/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ----- --------
# ExtUtils::MakeMaker 6.52 7.70
# perl 5.008 5.040000
#
# === Configure Suggests ===
#
# Module Want Have
# -------- ------- ----
# JSON::PP 2.27300 4.16
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.70
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ----- --------
# Config any 5.040000
# ExtUtils::MakeMaker any 7.70
# File::Spec any 3.90
# IO::File any 1.55
# SelectSaver any 1.02
# Test::More any 1.302199
# URI any 5.28
# perl 5.008 5.040000
# strict any 1.13
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# ------------- ----- --------
# Carp any 1.54
# Exporter any 5.78
# HTML::Tagset any 3.24
# HTTP::Headers any 6.46
# IO::File any 1.55
# URI any 5.28
# URI::URL any 5.28
# XSLoader any 0.32
# perl 5.008 5.040000
# strict any 1.13
#
t/00-report-prereqs.t .. ok
t/api_version.t ........ ok
t/argspec-bad.t ........ ok
t/argspec.t ............ ok
t/argspec2.t ........... ok
t/attr-encoded.t ....... ok
t/callback.t ........... ok
t/case-sensitive.t ..... ok
t/cases.t .............. ok
t/comment.t ............ ok
t/crashme.t ............ ok
t/declaration.t ........ ok
t/default.t ............ ok
t/document.t ........... ok
t/dtext.t .............. ok
t/entities.t ........... ok
t/entities2.t .......... ok
t/filter-methods.t ..... ok
t/filter.t ............. ok
t/free.t ............... ok
t/handler-eof.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/linkextor-rel.t ...... ok
t/magic.t .............. ok
t/marked-sect.t ........ ok
t/msie-compat.t ........ ok
t/offset.t ............. ok
t/options.t ............ ok
t/parsefile.t .......... ok
t/parser.t ............. ok
t/plaintext.t .......... ok
t/process.t ............ ok
t/pullparser.t ......... ok
t/script.t ............. ok
t/skipped-text.t ....... ok
t/stack-realloc-eof.t .. ok
t/stack-realloc.t ...... ok
t/textarea.t ........... ok
t/threads.t ............ skipped: Not configured for threads
t/tokeparser.t ......... ok
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=50, Tests=463, 2 wallclock secs ( 0.09 usr 0.06 sys + 1.12 cusr 0.32 csys = 1.59 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
runtime:
Module Need Have
------------------- ---- ----
Carp 0 1.54
Exporter 0 5.78
HTML::Tagset 0 3.24
HTTP::Headers 0 6.46
IO::File 0 1.55
strict 0 1.13
URI 0 5.28
URI::URL 0 5.28
XSLoader 0 0.32
build:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
configure:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.52 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LANGUAGE = en_US
LC_ADDRESS = ms_MY.UTF-8
LC_IDENTIFICATION = ms_MY.UTF-8
LC_MEASUREMENT = ms_MY.UTF-8
LC_MONETARY = ms_MY.UTF-8
LC_NAME = ms_MY.UTF-8
LC_NUMERIC = ms_MY.UTF-8
LC_PAPER = ms_MY.UTF-8
LC_TELEPHONE = ms_MY.UTF-8
LD_LIBRARY_PATH = /home/tom/local/lib:/home/tom/local/lib:
PATH = /home/tom/.local/bin:/usr/local/cuda-12.5/bin:/home/tom/.krew/bin:/home/tom/perl5/perlbrew/bin:/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin:/home/tom/local/bin:/home/tom/micromamba/condabin:/usr/local/cuda-12.5/bin:/home/tom/.krew/bin:/home/tom/local/bin:/home/tom/.cargo/bin:/home/tom/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/cuda-12.3/bin:/home/tom/android/sdk/platform-tools:/home/tom/android/sdk/tools:/home/tom/android/flutter/bin:/usr/local/cuda-12.3/bin:/home/tom/android/sdk/platform-tools:/home/tom/android/sdk/tools:/home/tom/android/flutter/bin
PERLBREW_HOME = /home/tom/.perlbrew
PERLBREW_MANPATH = /home/tom/perl5/perlbrew/perls/perl-5.40.0/man
PERLBREW_PATH = /home/tom/perl5/perlbrew/bin:/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin
PERLBREW_PERL = perl-5.40.0
PERLBREW_ROOT = /home/tom/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.94
PERLBREW_VERSION = 0.98
PERL_LWP_SSL_VERIFY_HOSTNAME = 0
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = tmux-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 1000 4 24 27 30 46 115 136 998 1000
EUID = 1000
EXECUTABLE_NAME = /home/tom/perl5/perlbrew/perls/perl-5.40.0/bin/perl
GID = 1000 4 24 27 30 46 115 136 998 1000
UID = 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.90
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.90
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.48
Test::More 1.302199
YAML n/a
YAML::Syck n/a
version 0.9932
--
Summary of my perl5 (revision 5 version 40 subversion 0) configuration:
Platform:
osname=linux
osvers=6.9.3-x64v4-xanmod1
archname=x86_64-linux
uname='linux tuf 6.9.3-x64v4-xanmod1 #0~20240531.gf097943 smp preempt_dynamic fri may 31 03:41:50 utc x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/tom/perl5/perlbrew/perls/perl-5.40.0 -DSILENT_NO_TAINT_SUPPORT -Dman1dir=none -Dman3dir=none -Aeval:scriptdir=/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='12.3.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=/lib/x86_64-linux-gnu/libc.so.6
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.35'
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-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jun 11 2024 19:48:39
%ENV:
PERLBREW_HOME="/home/tom/.perlbrew"
PERLBREW_MANPATH="/home/tom/perl5/perlbrew/perls/perl-5.40.0/man"
PERLBREW_PATH="/home/tom/perl5/perlbrew/bin:/home/tom/perl5/perlbrew/perls/perl-5.40.0/bin"
PERLBREW_PERL="perl-5.40.0"
PERLBREW_ROOT="/home/tom/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.94"
PERLBREW_VERSION="0.98"
PERL_LWP_SSL_VERIFY_HOSTNAME="0"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux
/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/site_perl/5.40.0
/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0/x86_64-linux
/home/tom/perl5/perlbrew/perls/perl-5.40.0/lib/5.40.0