DBD-SQLite v1.76 Perl 5 v5.40.1 x86_64-linux-gnu-thread-multi

Status
Pass
From
Slaven Rezić
Dist
DBD-SQLite v1.76
Platform
Perl 5 v5.40.1 x86_64-linux-gnu-thread-multi
Date
2025-09-08 10:01:21
ID
c5c064ce-8c9a-11f0-a60f-7b0a6e8775ea
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 Kenichi Ishigaki,

This is a computer-generated report for DBD-SQLite-1.76
on perl 5.40.1, created by CPAN-Reporter-1.2020.

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 '/usr/bin/make test':

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
# $DBI::VERSION=1.647
# Compile Options:
#   ATOMIC_INTRINSICS=1
#   COMPILER=gcc-14.2.0
#   DEFAULT_AUTOVACUUM
#   DEFAULT_CACHE_SIZE=-2000
#   DEFAULT_FILE_FORMAT=4
#   DEFAULT_JOURNAL_SIZE_LIMIT=-1
#   DEFAULT_MMAP_SIZE=0
#   DEFAULT_PAGE_SIZE=4096
#   DEFAULT_PCACHE_INITSZ=20
#   DEFAULT_RECURSIVE_TRIGGERS
#   DEFAULT_SECTOR_SIZE=4096
#   DEFAULT_SYNCHRONOUS=2
#   DEFAULT_WAL_AUTOCHECKPOINT=1000
#   DEFAULT_WAL_SYNCHRONOUS=2
#   DEFAULT_WORKER_THREADS=0
#   DIRECT_OVERFLOW_READ
#   ENABLE_COLUMN_METADATA
#   ENABLE_FTS3
#   ENABLE_FTS3_PARENTHESIS
#   ENABLE_FTS4
#   ENABLE_FTS5
#   ENABLE_MATH_FUNCTIONS
#   ENABLE_RTREE
#   MALLOC_SOFT_LIMIT=1024
#   MAX_ATTACHED=10
#   MAX_COLUMN=2000
#   MAX_COMPOUND_SELECT=500
#   MAX_DEFAULT_PAGE_SIZE=8192
#   MAX_EXPR_DEPTH=1000
#   MAX_FUNCTION_ARG=127
#   MAX_LENGTH=1000000000
#   MAX_LIKE_PATTERN_LENGTH=50000
#   MAX_MMAP_SIZE=0x7fff0000
#   MAX_PAGE_COUNT=0xfffffffe
#   MAX_PAGE_SIZE=65536
#   MAX_SQL_LENGTH=1000000000
#   MAX_TRIGGER_DEPTH=1000
#   MAX_VARIABLE_NUMBER=32766
#   MAX_VDBE_OP=250000000
#   MAX_WORKER_THREADS=8
#   MUTEX_PTHREADS
#   SYSTEM_MALLOC
#   TEMP_STORE=1
#   THREADSAFE=1
t/01_compile.t ........................................ ok
# sqlite_version=3.46.1
t/02_logon.t .......................................... ok
t/03_create_table.t ................................... ok
t/04_insert.t ......................................... ok
t/05_select.t ......................................... ok
t/06_tran.t ........................................... ok
t/07_error.t .......................................... ok
t/08_busy.t ........................................... ok
t/09_create_function.t ................................ ok
t/10_create_aggregate.t ............................... ok
t/11_get_info.t ....................................... ok
t/12_unicode.t ........................................ ok
t/13_create_collation.t ............................... ok
t/14_progress_handler.t ............................... ok
t/15_ak_dbd.t ......................................... ok
t/16_column_info.t .................................... ok
t/17_createdrop.t ..................................... ok
t/18_insertfetch.t .................................... ok
t/19_bindparam.t ...................................... ok
t/20_blobs.t .......................................... ok
t/21_blobtext.t ....................................... ok
t/22_listfields.t ..................................... ok
t/23_nulls.t .......................................... ok
t/24_numrows.t ........................................ ok
t/25_chopblanks.t ..................................... ok
t/26_commit.t ......................................... ok
t/27_metadata.t ....................................... ok
t/28_schemachange.t ................................... ok
t/30_auto_rollback.t .................................. ok
t/31_bind_weird_number_param.t ........................ ok
t/32_inactive_error.t ................................. ok
t/33_non_latin_path.t ................................. ok
t/34_online_backup.t .................................. ok
t/35_table_info.t ..................................... ok
t/36_hooks.t .......................................... ok
t/37_regexp.t ......................................... ok
t/38_empty_statement.t ................................ ok
t/39_foreign_keys.t ................................... ok
t/40_multiple_statements.t ............................ ok
t/41_placeholders.t ................................... ok
t/42_primary_key_info.t ............................... ok
t/43_fts3.t ........................................... ok
t/44_rtree.t .......................................... ok
t/45_savepoints.t ..................................... ok
t/46_mod_perl.t ....................................... skipped: requires APR::Table
t/47_execute.t ........................................ ok
t/48_bind_param_is_sticky.t ........................... ok
t/49_trace_and_profile.t .............................. ok
t/50_foreign_key_info.t ............................... ok
t/51_table_column_metadata.t .......................... ok
t/52_db_filename.t .................................... ok
t/53_status.t ......................................... ok
t/54_literal_txn.t .................................... ok
t/55_statistics_info.t ................................ ok
t/56_open_flags.t ..................................... ok
t/57_uri_filename.t ................................... ok
t/58_see_if_its_a_number_and_explicit_binding.t ....... ok
t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only
t/60_readonly.t ....................................... ok
t/61_strlike.t ........................................ ok
t/62_regexp_multibyte_char_class.t .................... ok
t/63_param_values.t ................................... ok
t/64_limit.t .......................................... ok
t/65_db_config.t ...................................... ok
t/66_get_autocommit.t ................................. ok
t/cookbook_variance.t ................................. ok
t/rt_106151_outermost_savepoint.t ..................... ok
t/rt_106950_extra_warnings_with_savepoints.t .......... ok
t/rt_115465_column_info_with_spaces.t ................. ok
t/rt_124227_index_regression.t ........................ ok
t/rt_15186_prepcached.t ............................... ok
t/rt_21406_auto_finish.t .............................. ok
t/rt_25371_asymmetric_unicode.t ....................... ok
t/rt_25460_numeric_aggregate.t ........................ ok
t/rt_25924_user_defined_func_unicode.t ................ ok
t/rt_26775_distinct.t ................................. ok
t/rt_27553_prepared_cache_and_analyze.t ............... ok
t/rt_29058_group_by.t ................................. ok
t/rt_29629_sqlite_where_length.t ...................... ok
t/rt_31324_full_names.t ............................... ok
t/rt_32889_prepare_cached_reexecute.t ................. ok
t/rt_36836_duplicate_key.t ............................ ok
t/rt_36838_unique_and_bus_error.t ..................... ok
t/rt_40594_nullable.t ................................. ok
t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test
t/rt_50503_fts3.t ..................................... ok
t/rt_52573_manual_exclusive_lock.t .................... ok
t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled
t/rt_62370_diconnected_handles_operation.t ............ ok
t/rt_64177_ping_wipes_out_the_errstr.t ................ ok
t/rt_67581_bind_params_mismatch.t ..................... ok
t/rt_71311_bind_col_and_unicode.t ..................... ok
t/rt_73159_fts_tokenizer_segfault.t ................... ok
t/rt_73787_exponential_buffer_overflow.t .............. ok
t/rt_76395_int_overflow.t ............................. ok
t/rt_77724_primary_key_with_a_whitespace.t ............ ok
t/rt_78833_utf8_flag_for_column_names.t ............... ok
t/rt_81536_multi_column_primary_key_info.t ............ ok
t/rt_88228_sqlite_3_8_0_crash.t ....................... ok
t/rt_96050_db_filename_for_a_closed_database.t ........ ok
t/rt_96877_unicode_statements.t ....................... ok
t/rt_96878_fts_contentless_table.t .................... ok
t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok
t/virtual_table/00_base.t ............................. ok
t/virtual_table/01_destroy.t .......................... ok
t/virtual_table/02_find_function.t .................... ok
t/virtual_table/10_filecontent.t ...................... ok
t/virtual_table/11_filecontent_fulltext.t ............. ok
t/virtual_table/20_perldata.t ......................... ok
t/virtual_table/21_perldata_charinfo.t ................ ok
t/virtual_table/rt_124941.t ........................... ok
t/virtual_table/rt_99748.t ............................ ok
t/virtual_table/unknown_op.t .......................... ok
All tests successful.
Files=113, Tests=3863, 18 wallclock secs ( 0.64 usr  0.16 sys +  7.73 cusr  1.82 csys = 10.35 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    DBI                 1.57  1.647   
    File::Spec          0.82  3.91    
    perl                5.006 5.040001
    Test::More          0.88  1.302199
    Tie::Hash           0     1.06    

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.70    

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    DBI                 1.57  1.647   
    ExtUtils::MakeMaker 6.48  7.70    
    File::Spec          0.82  3.91    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = C
    LC_ADDRESS = de_DE.UTF-8
    LC_IDENTIFICATION = de_DE.UTF-8
    LC_MEASUREMENT = de_DE.UTF-8
    LC_MONETARY = de_DE.UTF-8
    LC_NAME = de_DE.UTF-8
    LC_NUMERIC = de_DE.UTF-8
    LC_PAPER = de_DE.UTF-8
    LC_TELEPHONE = de_DE.UTF-8
    LC_TIME = de_DE.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.local/share/.cpan/build/2025090809/Apache-Session-1.94-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Apache-Session-1.94-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Hash-Merge-Simple-0.052-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Hash-Merge-Simple-0.052-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Sender-2.601-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Sender-2.601-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Throwable-1.001-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Throwable-1.001-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/MooX-Types-MooseLike-0.29-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/MooX-Types-MooseLike-0.29-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Abstract-3.010-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Abstract-3.010-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-RSA-0.35-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-RSA-0.35-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Random-0.17-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Random-0.17-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Guess-0.15-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Guess-0.15-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/CryptX-0.087-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/CryptX-0.087-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Convert-ASN1-0.34-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Convert-ASN1-0.34-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Class-ErrorHandler-0.04-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Class-ErrorHandler-0.04-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 148373
    PERL5_CPAN_IS_RUNNING = 148373
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 145770,148373
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /run/user/1023/cpansmoker/2025090809/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /run/user/1023/cpansmoker/2025090809

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.91    
    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.91    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302199
    Test::Harness       3.48    
    Test::More          1.302199
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9930  


--

Summary of my perl5 (revision 5 version 40 subversion 1) configuration:
   
  Platform:
    osname=linux
    osvers=6.1.0
    archname=x86_64-linux-gnu-thread-multi
    uname='linux localhost 6.1.0 #1 smp debian 6.1.0 x86_64 gnulinux '
    config_args='-Dmksymlinks -Dusethreads -Duselargefiles -Dcc=x86_64-linux-gnu-gcc -Dcpp=x86_64-linux-gnu-cpp -Dld=x86_64-linux-gnu-gcc -Dccflags=-DDEBIAN -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/dummy/build/dir=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Dldflags= -Wl,-z,relro -Dlddlflags=-shared -Wl,-z,relro -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.40 -Darchlib=/usr/lib/x86_64-linux-gnu/perl/5.40 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/x86_64-linux-gnu/perl5/5.40 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.40.1 -Dsitearch=/usr/local/lib/x86_64-linux-gnu/perl/5.40.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Ui_libutil -Ui_xlocale -Uversiononly -Ud_strlcpy -Ud_strlcat -DDEBUGGING=-g -Doptimize=-O2 -dEs -Duseshrplib -Dlibperl=libperl.so.5.40.1'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='x86_64-linux-gnu-gcc'
    ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2 -g'
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion=''
    gccversion='14.2.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='x86_64-linux-gnu-gcc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib
    libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
    perllibs=-ldl -lm -lpthread -lc -lcrypt
    libc=/lib/x86_64-linux-gnu/libc.so.6
    so=so
    useshrplib=true
    libperl=libperl.so.5.40
    gnulibc_version='2.41'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    MULTIPLICITY
    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_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
    USE_THREAD_SAFE_LOCALE
  Locally applied patches:
    DEBPKG:debian/cpan_definstalldirs - Provide a sensible INSTALLDIRS default for modules installed from CPAN.
    DEBPKG:debian/db_file_ver - https://bugs.debian.org/340047 Remove overly restrictive DB_File version check.
    DEBPKG:debian/doc_info - Replace generic man(1) instructions with Debian-specific information.
    DEBPKG:debian/enc2xs_inc - https://bugs.debian.org/290336 Tweak enc2xs to follow symlinks and ignore missing @INC directories.
    DEBPKG:debian/errno_ver - https://bugs.debian.org/343351 Remove Errno version check due to upgrade problems with long-running processes.
    DEBPKG:debian/libperl_embed_doc - https://bugs.debian.org/186778 Note that libperl-dev package is required for embedded linking
    DEBPKG:fixes/respect_umask - Respect umask during installation
    DEBPKG:debian/writable_site_dirs - Set umask approproately for site install directories
    DEBPKG:debian/extutils_set_libperl_path - EU:MM: set location of libperl.a under /usr/lib
    DEBPKG:debian/no_packlist_perllocal - Don't install .packlist or perllocal.pod for perl or vendor
    DEBPKG:debian/fakeroot - Postpone LD_LIBRARY_PATH evaluation to the binary targets.
    DEBPKG:debian/instmodsh_doc - Debian policy doesn't install .packlist files for core or vendor.
    DEBPKG:debian/ld_run_path - Remove standard libs from LD_RUN_PATH as per Debian policy.
    DEBPKG:debian/libnet_config_path - Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
    DEBPKG:debian/perlivp - https://bugs.debian.org/510895 Make perlivp skip include directories in /usr/local
    DEBPKG:debian/squelch-locale-warnings - https://bugs.debian.org/508764 Squelch locale warnings in Debian package maintainer scripts
    DEBPKG:debian/patchlevel - https://bugs.debian.org/567489 List packaged patches for 5.40.1-6 in patchlevel.h
    DEBPKG:fixes/document_makemaker_ccflags - https://bugs.debian.org/628522 [rt.cpan.org #68613] Document that CCFLAGS should include $Config{ccflags}
    DEBPKG:debian/find_html2text - https://bugs.debian.org/640479 Configure CPAN::Distribution with correct name of html2text
    DEBPKG:debian/perl5db-x-terminal-emulator.patch - https://bugs.debian.org/668490 Invoke x-terminal-emulator rather than xterm in perl5db.pl
    DEBPKG:debian/cpan-missing-site-dirs - https://bugs.debian.org/688842 Fix CPAN::FirstTime defaults with nonexisting site dirs if a parent is writable
    DEBPKG:debian/makemaker-pasthru - https://bugs.debian.org/758471 Pass LD settings through to subdirectories
    DEBPKG:debian/makemaker-manext - https://bugs.debian.org/247370 Make EU::MakeMaker honour MANnEXT settings in generated manpage headers
    DEBPKG:debian/kfreebsd-softupdates - https://bugs.debian.org/796798 Work around Debian Bug#796798
    DEBPKG:debian/hurd-softupdates - https://bugs.debian.org/822735 Fix t/op/stat.t failures on hurd
    DEBPKG:fixes/math_complex_doc_great_circle - https://bugs.debian.org/697567 [rt.cpan.org #114104] Math::Trig: clarify definition of great_circle_midpoint
    DEBPKG:fixes/math_complex_doc_angle_units - https://bugs.debian.org/731505 [rt.cpan.org #114106] Math::Trig: document angle units
    DEBPKG:fixes/cpan_web_link - https://bugs.debian.org/367291 CPAN: Add link to main CPAN web site
    DEBPKG:debian/installman-utf8 - https://bugs.debian.org/840211 Generate man pages with UTF-8 characters
    DEBPKG:debian/perldoc-pager - https://bugs.debian.org/870340 [rt.cpan.org #120229] Fix perldoc terminal escapes when sensible-pager is less
    DEBPKG:debian/prune_libs - https://bugs.debian.org/128355 Prune the list of libraries wanted to what we actually need.
    DEBPKG:debian/mod_paths - Tweak @INC ordering for Debian
    DEBPKG:debian/deprecate-with-apt - https://bugs.debian.org/747628 Point users to Debian packages of deprecated core modules
    DEBPKG:debian/perlbug-editor - https://bugs.debian.org/922609 Use "editor" as the default perlbug editor, as per Debian policy
    DEBPKG:debian/eu-mm-perl-base - https://bugs.debian.org/962138 Suppress an ExtUtils::MakeMaker warning about our non-default @INC
    DEBPKG:fixes/io_socket_ip_ipv6 - Disable getaddrinfo(3) AI_ADDRCONFIG for localhost and IPv4 numeric addresses
    DEBPKG:debian/usrmerge-lib64 - https://bugs.debian.org/914128 Configure / libpth.U: Do not adjust glibpth when /usr/lib64 is present.
    DEBPKG:debian/usrmerge-realpath - https://bugs.debian.org/914128 Configure / libpth.U: use realpath --no-symlinks on Debian
    DEBPKG:fixes/x32-io-msg-skip - https://bugs.debian.org/922609 Skip io/msg.t on x32 due to broken System V message queues
    DEBPKG:debian/configure-regen - https://bugs.debian.org/762638 Regenerate Configure et al. after probe unit changes
    DEBPKG:fixes/json-pp-options - https://bugs.debian.org/1078058 Fix json_pp option handling
    DEBPKG:fixes/test-harness-bailout - https://bugs.debian.org/1078060 Prevent double summary on bail-out
    DEBPKG:fixes/CVE-2024-56406 - CVE-2024-56406: Heap-buffer-overflow with tr//
    DEBPKG:fixes/CVE-2025-40909-metaconfig - https://bugs.debian.org/1098226 [GH #23010] Check for fdopendir
    DEBPKG:fixes/CVE-2025-40909-1 - https://bugs.debian.org/1098226 [GH #23010] [84be063] CVE-2025-40909: Clone dirhandles without fchdir
    DEBPKG:fixes/CVE-2025-40909-2 - https://bugs.debian.org/1098226 [GH #23010] [b088e97] Minor corrections to 1f9097b342e0e37d619dfab6ea82ea99611b30bf
    DEBPKG:fixes/CVE-2025-40909-3 - https://bugs.debian.org/1098226 [GH #23010] [08dffa0] Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC
    DEBPKG:fixes/CVE-2025-40909-metaconfig-reorder - Slightly reorder Configure and config_h.SH to match metaconfig output
  Built under linux
  Compiled at Jul 27 2025 19:41:22
  %ENV:
    PERL5LIB="/home/cpansand/.local/share/.cpan/build/2025090809/Apache-Session-1.94-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Apache-Session-1.94-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Hash-Merge-Simple-0.052-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Hash-Merge-Simple-0.052-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Sender-2.601-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Sender-2.601-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Throwable-1.001-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Throwable-1.001-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/MooX-Types-MooseLike-0.29-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/MooX-Types-MooseLike-0.29-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Abstract-3.010-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Email-Abstract-3.010-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-RSA-0.35-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-RSA-0.35-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Random-0.17-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Random-0.17-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Guess-0.15-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Guess-0.15-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/CryptX-0.087-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/CryptX-0.087-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Convert-ASN1-0.34-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Convert-ASN1-0.34-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2025090809/Class-ErrorHandler-0.04-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2025090809/Class-ErrorHandler-0.04-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="148373"
    PERL5_CPAN_IS_RUNNING="148373"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="145770,148373"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/run/user/1023/cpansmoker/2025090809/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.local/share/.cpan/build/2025090809/Apache-Session-1.94-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Apache-Session-1.94-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Hash-Merge-Simple-0.052-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Hash-Merge-Simple-0.052-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Email-Sender-2.601-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Email-Sender-2.601-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Throwable-1.001-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Throwable-1.001-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/MooX-Types-MooseLike-0.29-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/MooX-Types-MooseLike-0.29-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Email-Abstract-3.010-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Email-Abstract-3.010-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-RSA-0.35-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-RSA-0.35-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Random-0.17-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Random-0.17-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Guess-0.15-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Crypt-OpenSSL-Guess-0.15-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/CryptX-0.087-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/CryptX-0.087-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Convert-ASN1-0.34-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Convert-ASN1-0.34-0/blib/lib
    /home/cpansand/.local/share/.cpan/build/2025090809/Class-ErrorHandler-0.04-0/blib/arch
    /home/cpansand/.local/share/.cpan/build/2025090809/Class-ErrorHandler-0.04-0/blib/lib
    /etc/perl
    /usr/local/lib/x86_64-linux-gnu/perl/5.40.1
    /usr/local/share/perl/5.40.1
    /usr/lib/x86_64-linux-gnu/perl5/5.40
    /usr/share/perl5
    /usr/lib/x86_64-linux-gnu/perl-base
    /usr/lib/x86_64-linux-gnu/perl/5.40
    /usr/share/perl/5.40
    /usr/local/lib/site_perl
    .