HTML-Parser v3.83 Perl 5 v5.41.6 darwin-2level
- Status
- Pass
- From
- John SJ Anderson
- Dist
-
HTML-Parser v3.83
- Platform
- Perl 5 v5.41.6 darwin-2level
- Date
- 2024-11-20 19:11:30
- ID
- 3fd0c064-a773-11ef-8c67-e30edd55c92c
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.41.6, created by App::cpanminus::reporter 0.22 (1.7048).
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/PullParser.pm blib/lib/HTML/PullParser.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp lib/HTML/Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
Running Mkbootstrap for Parser ()
chmod 644 "Parser.bs"
"/opt/plenv/versions/5.41.6/bin/perl5.41.6" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644
"/opt/plenv/versions/5.41.6/bin/perl5.41.6" "/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/ExtUtils/xsubpp" -typemap '/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/ExtUtils/typemap' -typemap '/Users/genehack/.cpanm/work/1732127223.67754/HTML-Parser-3.83/typemap' Parser.xs > Parser.xsc
mv Parser.xsc Parser.c
cc -c -fno-common -DPERL_DARWIN -mmacosx-version-min=15.1 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -DVERSION=\"3.83\" -DXS_VERSION=\"3.83\" "-I/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/darwin-2level/CORE" -DMARKED_SECTION Parser.c
In file included from Parser.xs:30:
./util.c:162:20: warning: 'Perl_uvuni_to_utf8' is deprecated [-Wdeprecated-declarations]
162 | tmp = (char*)uvuni_to_utf8((U8*)buf, num);
| ^
/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/darwin-2level/CORE/embed.h:967:49: note: expanded from macro 'uvuni_to_utf8'
967 | # define uvuni_to_utf8(a,b) Perl_uvuni_to_utf8(aTHX_ a,b)
| ^
/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/darwin-2level/CORE/proto.h:5943:9: note: 'Perl_uvuni_to_utf8' has been explicitly marked deprecated here
5943 | __attribute__deprecated__;
| ^
/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/darwin-2level/CORE/perl.h:429:60: note: expanded from macro '__attribute__deprecated__'
429 | # define __attribute__deprecated__ __attribute__((deprecated))
| ^
1 warning generated.
rm -f blib/arch/auto/HTML/Parser/Parser.bundle
cc -mmacosx-version-min=15.1 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle \
\
chmod 755 blib/arch/auto/HTML/Parser/Parser.bundle
"/opt/plenv/versions/5.41.6/bin/perl5.41.6" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644
PERL_DL_NONLAZY=1 "/opt/plenv/versions/5.41.6/bin/perl5.41.6" "-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.041006
#
# === 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.041006
# ExtUtils::MakeMaker any 7.70
# File::Spec any 3.93
# IO::File any 1.55
# SelectSaver any 1.02
# Test::More any 1.302204
# URI any 5.31
# perl 5.008 5.041006
# 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 7.00
# IO::File any 1.55
# URI any 5.31
# URI::URL any 5.31
# XSLoader any 0.32
# perl 5.008 5.041006
# 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, 4 wallclock secs ( 0.11 usr 0.06 sys + 2.25 cusr 0.56 csys = 2.98 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 7.00
IO::File 0 1.55
strict 0 1.13
URI 0 5.31
URI::URL 0 5.31
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
LC_ALL = en_US.UTF-8
LC_TERMINAL = iTerm2
LC_TERMINAL_VERSION = 3.5.5
PATH = /opt/plenv/versions/5.41.6/bin:/opt/plenv/libexec:/opt/plenv/plugins/Perl-Build/bin:/opt/rbenv/shims:/Users/genehack/src/git-subrepo/lib:/opt/nextstrain:/Users/genehack/bin:/opt/plenv/shims:/opt/plenv/bin:/opt/git/bin:/opt/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/rust/cargo/bin:/opt/edirect:/usr/local/opt/fzf/bin/
PERL_CPANM_OPT = --skip-installed --prompt
SHELL = /bin/zsh
TERM = screen-256color
TMPDIR = /var/folders/2s/9hc8cgcd2h7dglxq0j84ybwr0000gn/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
EUID = 501
EXECUTABLE_NAME = /opt/plenv/versions/5.41.6/bin/perl5.41.6
GID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
UID = 501
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.56
File::Spec 3.93
JSON n/a
JSON::PP 4.16
Module::Build n/a
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.50
Test::More 1.302204
YAML n/a
YAML::Syck n/a
version 0.9933
--
Summary of my perl5 (revision 5 version 41 subversion 6) configuration:
Platform:
osname=darwin
osvers=24.1.0
archname=darwin-2level
uname='darwin bumfit.home.genehack.org 24.1.0 darwin kernel version 24.1.0: thu oct 10 21:02:27 pdt 2024; root:xnu-11215.41.3~2release_x86_64 x86_64 i386 macbookpro16,2 darwin '
config_args='-Dprefix=/opt/plenv/versions/5.41.6 -de -Dversiononly -Dusedevel -A'eval:scriptdir=/opt/plenv/versions/5.41.6/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 ='-fno-common -DPERL_DARWIN -mmacosx-version-min=15.1 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=15.1 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DHAS_BROKEN_LANGINFO_CODESET -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='Apple LLVM 16.0.0 (clang-1600.0.26.4)'
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 =' -mmacosx-version-min=15.1 -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /Library/Developer/CommandLineTools/usr/lib/clang/16/lib /Library/Developer/CommandLineTools/SDKs/MacOSX15.1.sdk/usr/lib /Library/Developer/CommandLineTools/usr/lib /usr/lib
libs=
perllibs=
libc=
so=dylib
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=15.1 -bundle -undefined dynamic_lookup -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_DEVEL
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 darwin
Compiled at Nov 20 2024 09:50:31
%ENV:
PERL_CPANM_OPT="--skip-installed --prompt"
@INC:
/opt/plenv/versions/5.41.6/lib/perl5/site_perl/5.41.6/darwin-2level
/opt/plenv/versions/5.41.6/lib/perl5/site_perl/5.41.6
/opt/plenv/versions/5.41.6/lib/perl5/5.41.6/darwin-2level
/opt/plenv/versions/5.41.6/lib/perl5/5.41.6