DBD-SQLite v1.72 Perl 5 v5.38.0 x86_64-linux-thread-multi
- Status
- Pass
- From
- Arpad Szasz
- Dist
-
DBD-SQLite v1.72
- Platform
- Perl 5 v5.38.0 x86_64-linux-thread-multi
- Date
- 2023-07-03 15:34:38
- ID
- 1f23e1b6-19b7-11ee-a594-19d76e90a7fa
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 ISHIGAKI,
This is a computer-generated report for DBD-SQLite-1.72
on perl 5.38.0, created by App::cpanminus::reporter 0.20 (1.7046).
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 DBD-SQLite-1.72
cp lib/DBD/SQLite/Constants.pm blib/lib/DBD/SQLite/Constants.pm
cp lib/DBD/SQLite/VirtualTable/PerlData.pm blib/lib/DBD/SQLite/VirtualTable/PerlData.pm
cp lib/DBD/SQLite/VirtualTable.pm blib/lib/DBD/SQLite/VirtualTable.pm
cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm
cp lib/DBD/SQLite/GetInfo.pm blib/lib/DBD/SQLite/GetInfo.pm
cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod
cp lib/DBD/SQLite/VirtualTable/FileContent.pm blib/lib/DBD/SQLite/VirtualTable/FileContent.pm
cp lib/DBD/SQLite/Fulltext_search.pod blib/lib/DBD/SQLite/Fulltext_search.pod
Running Mkbootstrap for SQLite ()
chmod 644 "SQLite.bs"
"/home/arpi/opt/perl5/perls/perl-5.38.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
"/home/arpi/opt/perl5/perls/perl-5.38.0/bin/perl" -p -e "s/~DRIVER~/SQLite/g" /home/arpi/opt/perl5/perls/perl-5.38.0/lib/site_perl/5.38.0/x86_64-linux-thread-multi/auto/DBI/Driver.xst > SQLite.xsi
"/home/arpi/opt/perl5/perls/perl-5.38.0/bin/perl" "/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/ExtUtils/xsubpp" -typemap '/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/ExtUtils/typemap' -typemap '/home/arpi/.cpanm/work/1688397853.160986/DBD-SQLite-1.72/typemap' SQLite.xs > SQLite.xsc
mv SQLite.xsc SQLite.c
cc -c -I. -I/home/arpi/opt/perl5/perls/perl-5.38.0/lib/site_perl/5.38.0/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -DVERSION=\"1.72\" -DXS_VERSION=\"1.72\" -fPIC "-I/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 SQLite.c
./SQLite.xsi: In function âÂÂXS_DBD__SQLite__db_selectrow_arrayrefâÂÂ:
./SQLite.xsi:234:9: warning: âÂÂPerl_dowantarrayâ is deprecated [-Wdeprecated-declarations]
234 | if (GIMME == G_SCALAR)
| ^~
In file included from /home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE/perl.h:6188,
from SQLiteXS.h:11,
from SQLite.xs:3:
/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE/proto.h:1019:1: note: declared here
1019 | Perl_dowantarray(pTHX)
| ^~~~~~~~~~~~~~~~
./SQLite.xsi:240:9: warning: âÂÂPerl_dowantarrayâ is deprecated [-Wdeprecated-declarations]
240 | if (GIMME == G_SCALAR)
| ^~
/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE/proto.h:1019:1: note: declared here
1019 | Perl_dowantarray(pTHX)
| ^~~~~~~~~~~~~~~~
cc -c -I. -I/home/arpi/opt/perl5/perls/perl-5.38.0/lib/site_perl/5.38.0/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -DVERSION=\"1.72\" -DXS_VERSION=\"1.72\" -fPIC "-I/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 dbdimp.c
cc -c -I. -I/home/arpi/opt/perl5/perls/perl-5.38.0/lib/site_perl/5.38.0/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -DVERSION=\"1.72\" -DXS_VERSION=\"1.72\" -fPIC "-I/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 sqlite3.c
rm -f blib/arch/auto/DBD/SQLite/SQLite.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -Wl,-Bsymbolic SQLite.o dbdimp.o sqlite3.o -o blib/arch/auto/DBD/SQLite/SQLite.so \
\
chmod 755 blib/arch/auto/DBD/SQLite/SQLite.so
Manifying 7 pod documents
"/home/arpi/opt/perl5/perls/perl-5.38.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
PERL_DL_NONLAZY=1 "/home/arpi/opt/perl5/perls/perl-5.38.0/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.643
# Compile Options:
# ATOMIC_INTRINSICS=1
# COMPILER=gcc-12.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
# 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=1073741823
# 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
t/04_insert.t ......................................... ok
# sqlite_version=3.39.4
t/02_logon.t .......................................... ok
t/05_select.t ......................................... ok
t/07_error.t .......................................... ok
t/09_create_function.t ................................ ok
t/03_create_table.t ................................... ok
t/06_tran.t ........................................... ok
t/11_get_info.t ....................................... ok
t/10_create_aggregate.t ............................... ok
t/13_create_collation.t ............................... ok
t/14_progress_handler.t ............................... ok
t/16_column_info.t .................................... ok
t/15_ak_dbd.t ......................................... ok
t/12_unicode.t ........................................ ok
t/17_createdrop.t ..................................... ok
t/20_blobs.t .......................................... ok
t/21_blobtext.t ....................................... ok
t/19_bindparam.t ...................................... ok
t/22_listfields.t ..................................... ok
t/18_insertfetch.t .................................... ok
t/25_chopblanks.t ..................................... ok
t/26_commit.t ......................................... ok
t/27_metadata.t ....................................... ok
t/23_nulls.t .......................................... ok
t/30_auto_rollback.t .................................. ok
t/24_numrows.t ........................................ ok
t/31_bind_weird_number_param.t ........................ ok
t/32_inactive_error.t ................................. ok
t/33_non_latin_path.t ................................. ok
t/35_table_info.t ..................................... ok
t/34_online_backup.t .................................. ok
t/38_empty_statement.t ................................ ok
t/39_foreign_keys.t ................................... ok
t/37_regexp.t ......................................... ok
t/40_multiple_statements.t ............................ ok
t/36_hooks.t .......................................... ok
t/42_primary_key_info.t ............................... ok
t/44_rtree.t .......................................... ok
t/46_mod_perl.t ....................................... skipped: requires APR::Table
t/41_placeholders.t ................................... ok
t/45_savepoints.t ..................................... ok
t/48_bind_param_is_sticky.t ........................... ok
t/50_foreign_key_info.t ............................... ok
t/52_db_filename.t .................................... ok
t/51_table_column_metadata.t .......................... ok
t/53_status.t ......................................... ok
t/49_trace_and_profile.t .............................. ok
t/55_statistics_info.t ................................ ok
t/56_open_flags.t ..................................... ok
t/57_uri_filename.t ................................... ok
t/54_literal_txn.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/58_see_if_its_a_number_and_explicit_binding.t ....... ok
t/62_regexp_multibyte_char_class.t .................... ok
t/43_fts3.t ........................................... ok
t/66_get_autocommit.t ................................. ok
t/65_db_config.t ...................................... ok
t/cookbook_variance.t ................................. ok
t/63_param_values.t ................................... ok
t/rt_106151_outermost_savepoint.t ..................... ok
t/64_limit.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_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_15186_prepcached.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_31324_full_names.t ............................... ok
t/47_execute.t ........................................ ok
t/rt_29629_sqlite_where_length.t ...................... ok
t/rt_36836_duplicate_key.t ............................ ok
t/rt_36838_unique_and_bus_error.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_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled
t/rt_32889_prepare_cached_reexecute.t ................. ok
t/rt_40594_nullable.t ................................. ok
t/rt_62370_diconnected_handles_operation.t ............ ok
t/rt_64177_ping_wipes_out_the_errstr.t ................ ok
t/rt_52573_manual_exclusive_lock.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_78833_utf8_flag_for_column_names.t ............... ok
t/rt_73787_exponential_buffer_overflow.t .............. ok
t/rt_88228_sqlite_3_8_0_crash.t ....................... ok
t/rt_77724_primary_key_with_a_whitespace.t ............ ok
t/rt_81536_multi_column_primary_key_info.t ............ ok
t/rt_76395_int_overflow.t ............................. ok
t/rt_96878_fts_contentless_table.t .................... ok
t/rt_96877_unicode_statements.t ....................... ok
t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok
t/rt_96050_db_filename_for_a_closed_database.t ........ ok
t/virtual_table/00_base.t ............................. ok
t/virtual_table/02_find_function.t .................... ok
t/virtual_table/20_perldata.t ......................... ok
t/virtual_table/01_destroy.t .......................... ok
t/virtual_table/10_filecontent.t ...................... ok
t/virtual_table/rt_124941.t ........................... ok
t/virtual_table/11_filecontent_fulltext.t ............. ok
t/virtual_table/rt_99748.t ............................ ok
t/virtual_table/unknown_op.t .......................... ok
t/virtual_table/21_perldata_charinfo.t ................ ok
t/28_schemachange.t ................................... ok
t/08_busy.t ........................................... ok
All tests successful.
Files=113, Tests=3863, 5 wallclock secs ( 0.52 usr 0.23 sys + 11.25 cusr 1.41 csys = 13.41 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
runtime:
Module Need Have
------------------- ----- --------
DBI 1.57 1.643
File::Spec 0.82 3.88
perl 5.006 5.038000
Test::More 0.88 1.302194
Tie::Hash 0 1.06
build:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.70
configure:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ADDRESS = ro_RO.UTF-8
LC_IDENTIFICATION = ro_RO.UTF-8
LC_MEASUREMENT = ro_RO.UTF-8
LC_MONETARY = ro_RO.UTF-8
LC_NAME = ro_RO.UTF-8
LC_NUMERIC = ro_RO.UTF-8
LC_PAPER = ro_RO.UTF-8
LC_TELEPHONE = ro_RO.UTF-8
LC_TIME = ro_RO.UTF-8
PATH = /home/arpi/opt/perl5/bin:/home/arpi/opt/perl5/perls/stable/bin:/home/arpi/.cargo/bin:/home/arpi/.nvm/versions/node/v20.0.0/bin:/home/arpi/.cargo/bin:/home/arpi/.local/share/umake/bin::/home/arpi/.rakudobrew/bin:/home/arpi/.local/bin:/home/arpi/bin:/home/arpi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/arpi/.yarn/bin:/home/arpi/go/bin:/home/arpi/.fzf/bin:/home/arpi/go/bin
PERLBREW_HOME = /home/arpi/.perlbrew
PERLBREW_MANPATH = /home/arpi/opt/perl5/perls/stable/man
PERLBREW_PATH = /home/arpi/opt/perl5/bin:/home/arpi/opt/perl5/perls/stable/bin
PERLBREW_PERL = stable
PERLBREW_ROOT = /home/arpi/opt/perl5
PERLBREW_SHELLRC_VERSION = 0.97
PERLBREW_VERSION = 0.97
PROGRAMMING_TESTS = /home/arpi/Tresors/Default/Programming
SHELL = /bin/bash
TERM = xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 1000 4 20 24 27 29 30 46 108 115 131 132 145 998 1000 1007
EUID = 1000
EXECUTABLE_NAME = /home/arpi/opt/perl5/perls/perl-5.38.0/bin/perl
GID = 1000 4 20 24 27 29 30 46 108 115 131 132 145 998 1000 1007
UID = 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.89
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.51
File::Spec 3.88
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302194
YAML 1.30
YAML::Syck n/a
version 0.9929
--
Summary of my perl5 (revision 5 version 38 subversion 0) configuration:
Platform:
osname=linux
osvers=6.2.0-24-generic
archname=x86_64-linux-thread-multi
uname='linux guppy 6.2.0-24-generic #24-ubuntu smp preempt_dynamic fri jun 16 12:03:50 utc 2023 x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/arpi/opt/perl5/perls/perl-5.38.0 -Dusethreads -Duselargefiles -Duse64bitall -Dusesitecustomize -Duseshrplib -Dinc_version_list=none -Dpager=/bin/less -Doptimize=-O2 -Dcf_by=Plenum.ro -Dcf_email=arpad.szasz@plenum.ro -Uuserelocatableinc -UDEBUGGING -Aeval:scriptdir=/home/arpi/opt/perl5/perls/perl-5.38.0/bin'
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='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='12.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='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 -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=/lib/x86_64-linux-gnu/libc.so.6
so=so
useshrplib=true
libperl=libperl.so
gnulibc_version='2.37'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E -Wl,-rpath,/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi/CORE'
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
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_SITECUSTOMIZE
USE_THREAD_SAFE_LOCALE
Built under linux
Compiled at Jul 3 2023 17:49:56
%ENV:
PERLBREW_HOME="/home/arpi/.perlbrew"
PERLBREW_MANPATH="/home/arpi/opt/perl5/perls/stable/man"
PERLBREW_PATH="/home/arpi/opt/perl5/bin:/home/arpi/opt/perl5/perls/stable/bin"
PERLBREW_PERL="stable"
PERLBREW_ROOT="/home/arpi/opt/perl5"
PERLBREW_SHELLRC_VERSION="0.97"
PERLBREW_VERSION="0.97"
@INC:
/home/arpi/opt/perl5/perls/perl-5.38.0/lib/site_perl/5.38.0/x86_64-linux-thread-multi
/home/arpi/opt/perl5/perls/perl-5.38.0/lib/site_perl/5.38.0
/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0/x86_64-linux-thread-multi
/home/arpi/opt/perl5/perls/perl-5.38.0/lib/5.38.0