DBIx-Class-LookupColumn v0.10 Perl 5 v5.36.1 RC3 x86_64-linux-thread-multi-ld
- Status
- Pass
- From
- Andreas J. König (ANDK)
- Dist
-
DBIx-Class-LookupColumn v0.10
- Platform
- Perl 5 v5.36.1 RC3 x86_64-linux-thread-multi-ld
- Date
- 2023-04-21 22:09:36
- ID
- 3437f006-e091-11ed-a94e-fd78ac7166b3
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 Thomas Rubattel,
This is a computer-generated report for DBIx-Class-LookupColumn-0.10
on perl 5.36.1, created by CPAN-Reporter-1.2018.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
# Testing DBIx::Class::LookupColumn::LookupColumnComponent 0.10, Perl 5.036001, /tmp/basesmoker-reloperl-uYw2/bin/perl
t/00-load.t ....................... ok
t/01-basic.t ...................... ok
t/02-auto.t ....................... ok
t/02-manager.t .................... ok
t/03-accessor.t ................... ok
t/04-extern.t ..................... ok
t/05-collision.t .................. ok
t/06-options.t .................... ok
# Can't initialize a schema with the given configuration
# Returned Error: Attribute (schema_class) does not pass the type constraint because: Validation failed for 'Test::DBIx::Class::Types::SchemaManagerClass' with value "SchemaUserDepartmentPermission" at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/x86_64-linux-thread-multi-ld/Moose/Object.pm line 24
# Moose::Object::new('Moose::Meta::Class::__ANON__::SERIAL::2', 'HASH(0x55aa8273feb0)') called at constructor Test::DBIx::Class::SchemaManager::new (defined at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/Test/DBIx/Class/SchemaManager.pm line 314) line 4
# Test::DBIx::Class::SchemaManager::new('Moose::Meta::Class::__ANON__::SERIAL::2', 'HASH(0x55aa8273feb0)') called at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/Test/DBIx/Class/SchemaManager.pm line 174
# Test::DBIx::Class::SchemaManager::initialize_schema('Test::DBIx::Class::SchemaManager', 'HASH(0x55aa8273feb0)') called at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/Test/DBIx/Class.pm line 647
# eval {...} at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/Test/DBIx/Class.pm line 646
# Test::DBIx::Class::_initialize_schema('Test::DBIx::Class', 'HASH(0x55aa8266a388)') called at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/Test/DBIx/Class.pm line 353
# Test::DBIx::Class::_initialize('Test::DBIx::Class', '-config_path', 'ARRAY(0x55aa80089718)', 'User', 'PermissionType', 'DepartmentType') called at /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/Test/DBIx/Class.pm line 36
# Test::DBIx::Class::import('Test::DBIx::Class', '-config_path', 'ARRAY(0x55aa80089718)', 'User', 'PermissionType', 'DepartmentType') called at t/07-manager-cache-reset.t line 12
# main::BEGIN at t/07-manager-cache-reset.t line 12
# eval {...} at t/07-manager-cache-reset.t line 12
# configuration: {
# 'connect_info' => [
# 'dbi:SQLite:dbname=:memory:',
# '',
# ''
# ],
# 'fixture_sets' => {
# 'core' => [
# {
# 'User' => [
# [
# 'first_name',
# 'last_name',
# 'permission_type_id'
# ],
# [
# 'John',
# 'Doe',
# 1
# ],
# [
# 'Flash',
# 'Gordon',
# 3
# ],
# [
# 'Vanessa',
# 'Paradis',
# 1
# ]
# ]
# }
# ],
# 'core10_for_doc' => [
# {
# 'PermissionType' => [
# [
# 'permission_type_id',
# 'name'
# ],
# [
# 1,
# 'Administrator'
# ],
# [
# 2,
# 'User'
# ],
# [
# 3,
# 'Guest'
# ]
# ]
# }
# ],
# 'core2' => [
# {
# 'PermissionType' => [
# [
# 'permission_type_id',
# 'name'
# ],
# [
# 1,
# 'Administrator'
# ],
# [
# 2,
# 'Leader'
# ],
# [
# 3,
# 'User'
# ]
# ]
# }
# ],
# 'core3' => [
# {
# 'DepartmentType' => [
# [
# 'department_type_id',
# 'name'
# ],
# [
# 1,
# 'Sale'
# ],
# [
# 2,
# 'Bioinformatics'
# ],
# [
# 3,
# 'Marketing'
# ]
# ]
# }
# ],
# 'core4' => [
# {
# 'User' => [
# [
# 'user_id',
# 'first_name',
# 'last_name',
# 'permission_type_id',
# 'department_type_id'
# ],
# [
# 1,
# 'John',
# 'Doe',
# 1,
# 1
# ],
# [
# 2,
# 'Flash',
# 'Gordon',
# 3,
# 2
# ],
# [
# 3,
# 'Vanessa',
# 'Paradis',
# 1,
# 3
# ]
# ]
# }
# ],
# 'core5' => [
# {
# 'StudyType' => [
# [
# 'study_type_id',
# 'name',
# 'user_id'
# ],
# [
# 1,
# 'clinical',
# 1
# ],
# [
# 2,
# 'preclinical',
# 1
# ],
# [
# 3,
# 'postclinical',
# 2
# ]
# ]
# }
# ],
# 'core6' => [
# {
# 'Actor' => [
# [
# 'actor_id',
# 'first_name',
# 'last_name'
# ],
# [
# 1,
# 'Angelina',
# 'Jolie'
# ],
# [
# 2,
# 'Brad',
# 'Pitt'
# ]
# ]
# }
# ],
# 'core7' => [
# {
# 'RoleType' => [
# [
# 'role_id',
# 'name'
# ],
# [
# 1,
# 'Warlock'
# ],
# [
# 2,
# 'King'
# ],
# [
# 3,
# 'Elf'
# ],
# [
# 4,
# 'Princess'
# ]
# ]
# }
# ],
# 'core8' => [
# {
# 'ActorRole' => [
# [
# 'role_id',
# 'actor_id'
# ],
# [
# 1,
# 2
# ],
# [
# 2,
# 2
# ],
# [
# 3,
# 1
# ],
# [
# 3,
# 2
# ],
# [
# 4,
# 1
# ]
# ]
# }
# ],
# 'core9_for_doc' => [
# {
# 'User' => [
# [
# 'first_name',
# 'last_name',
# 'permission_type_id'
# ],
# [
# 'Itachi',
# 'Uchiwa',
# 3
# ],
# [
# 'Sasuke',
# 'Uchiwa',
# 2
# ],
# [
# 'Naruto',
# 'Uzumaki',
# 2
# ],
# [
# 'Kakashi',
# 'Hatake',
# 1
# ],
# [
# 'Sakura',
# 'Haruno',
# 2
# ]
# ]
# }
# ]
# },
# 'schema_class' => 'SchemaUserDepartmentPermission'
# }
t/07-manager-cache-reset.t ........ skipped: Skipping remaining tests since we don't have a schema
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/08-lookupAutoCustomized.t ....... ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/08-lookupDetectionCustomized.t .. ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
adding to package User
__PACKAGE__->load_components(LookupColumn)
__PACKAGE__->add_lookup(
'permissiontype',
'permission_type_id',
'PermissionType',
{
'field_name' => 'name'
}
)
__PACKAGE__->add_lookup(
'departmenttype',
'department_type_id',
'DepartmentType',
{
'field_name' => 'name'
}
)
t/09-lookupAutoDefault.t .......... ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/09-lookupDetectionDefault.t ..... ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
adding to package User
__PACKAGE__->load_components(LookupColumn)
__PACKAGE__->add_lookup(
'permissiontype',
'permission_type_id',
'PermissionType',
{
'field_name' => 'helloColumn'
}
)
t/10-lookupAutoArgs.t ............. ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
adding to package User
__PACKAGE__->load_components(LookupColumn)
__PACKAGE__->add_lookup(
'permission',
'permission_type_id',
'PermissionType',
{
'field_name' => 'name'
}
)
t/11-lookupAutoArgs2.t ............ ok
Smartmatch is experimental at t/12-many2many.t line 57.
Smartmatch is experimental at t/12-many2many.t line 67.
Smartmatch is experimental at t/12-many2many.t line 69.
Smartmatch is experimental at t/12-many2many.t line 71.
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/12-many2many.t .................. ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 40.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 50.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 52.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 54.
t/13-ad_lookups_inside.t .......... ok
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
Smartmatch is experimental at t/14-ad_components.t line 42.
Smartmatch is experimental at t/14-ad_components.t line 52.
Smartmatch is experimental at t/14-ad_components.t line 54.
Smartmatch is experimental at t/14-ad_components.t line 56.
t/14-ad_components.t .............. ok
Itachi Guest
Sasuke User
Sasuke Uchiwa
Naruto Uzumaki
Sakura Haruno
Itachi Uchiwa Guest
Sasuke Uchiwa User
Naruto Uzumaki User
Kakashi Hatake Administrator
Sakura Haruno User
Smartmatch is experimental at /tmp/loop_over_bdir-997863-RF52Fh/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
Itachi Uchiwa at t/15-test_doc.t line 83.
3 at t/15-test_doc.t line 89.
3 at t/15-test_doc.t line 89.
3 at t/15-test_doc.t line 89.
Itachi Uchiwa at t/15-test_doc.t line 91.
Sasuke Uchiwa at t/15-test_doc.t line 91.
Naruto Uzumaki at t/15-test_doc.t line 91.
Sakura Haruno at t/15-test_doc.t line 91.
1 at t/15-test_doc.t line 100.
1 at t/15-test_doc.t line 101.
t/15-test_doc.t ................... ok
t/etc/01-basic.t .................. ok
All tests successful.
Files=20, Tests=152, 17 wallclock secs ( 0.08 usr 0.05 sys + 14.91 cusr 2.16 csys = 17.20 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------- --------
base 0 2.27
Carp 0 1.52
Class::MOP 0 2.2203
Data::Dumper 0 2.184
DBIx::Class 0 0.082843
Hash::FieldHash 0 0.15
Hash::Merge::Simple 0 0.051
Smart::Comments 0 1.06
strict 0 1.12
warnings 0 1.58
build_requires:
Module Need Have
------------------- ------- --------
DBIx::Class::Core 0 0
DBIx::Class::Schema 0 0
DDP 0 1.001000
Module::Build 0.3601 0.4232
Moose 0 2.2203
perl v5.14.2 5.036001
Test::DBIx::Class 0 0.52
Test::Exception 0 0.43
Test::More 0 1.302194
configure_requires:
Module Need Have
------------------- ------- --------
ExtUtils::MakeMaker 6.30 7.70
Module::Build 0.3601 0.4232
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
PERL5LIB = /tmp/loop_over_bdir-997863-RF52Fh/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/OSDial-3.0.2.124-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/OSDial-3.0.2.124-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Net-Async-WebService-lxd-0.03-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Net-Async-WebService-lxd-0.03-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Dpkg-1.21.19-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Dpkg-1.21.19-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Lingua-YaTeA-0.626-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 997871
PERL5_CPAN_IS_RUNNING = 997871
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-uYw2/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.150010
Cwd 3.84
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.45
File::Spec 3.84
JSON 4.10
JSON::PP 4.16
Module::Build 0.4232
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302194
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 36 subversion 1) configuration:
Commit id: 66cefb00b475e1b321ab2a1aa8e66a7ae14334c2
Platform:
osname=linux
osvers=5.4.0-146-generic
archname=x86_64-linux-thread-multi-ld
uname='linux k93focal 5.4.0-146-generic #163-ubuntu smp fri mar 17 18:26:02 utc 2023 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Duseithreads -Duselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='9.4.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='long double'
nvsize=16
Off_t='off_t'
lseeksize=8
alignbytes=16
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 -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_TRACK_MEMPOOL
PERL_USE_DEVEL
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_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Locally applied patches:
RC3
Built under linux
Compiled at Apr 16 2023 18:04:31
%ENV:
PERL5LIB="/tmp/loop_over_bdir-997863-RF52Fh/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/OSDial-3.0.2.124-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/OSDial-3.0.2.124-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Debian-Packages-0.03-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Net-Async-WebService-lxd-0.03-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Net-Async-WebService-lxd-0.03-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Dpkg-1.21.19-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Dpkg-1.21.19-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-997863-RF52Fh/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-997863-RF52Fh/Lingua-YaTeA-0.626-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="997871"
PERL5_CPAN_IS_RUNNING="997871"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-997863-RF52Fh/dta-tokwrap-0.98-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/dta-tokwrap-0.98-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/OSDial-3.0.2.124-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/OSDial-3.0.2.124-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/makepp-1.19-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/makepp-1.19-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Debian-Packages-0.03-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Debian-Packages-0.03-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Net-Async-WebService-lxd-0.03-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Net-Async-WebService-lxd-0.03-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Dpkg-1.21.19-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Dpkg-1.21.19-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Linux-InitFS-0.2-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Linux-InitFS-0.2-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Business-Shipping-DataFiles-1.02-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Business-Shipping-DataFiles-1.02-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Lemonldap-NG-Cli-0.2-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Lemonldap-NG-Cli-0.2-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/App-rmcd-0.280-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/App-rmcd-0.280-0/blib/lib
/tmp/loop_over_bdir-997863-RF52Fh/Lingua-YaTeA-0.626-0/blib/arch
/tmp/loop_over_bdir-997863-RF52Fh/Lingua-YaTeA-0.626-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/site_perl/5.36.1
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/5.36.1/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.36.1-RC3/e463/lib/5.36.1
.