DBIx-Class-LookupColumn v0.10 Perl 5 v5.33.8 x86_64-linux-ld
- Status
- Pass
- From
- Andreas J. König (ANDK)
- Dist
-
DBIx-Class-LookupColumn v0.10
- Platform
- Perl 5 v5.33.8 x86_64-linux-ld
- Date
- 2021-03-28 15:35:03
- ID
- 2a67c488-8fdb-11eb-8a98-b132bcb3461f
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.33.8, 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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-kKqT/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/etc/*.t
# Testing DBIx::Class::LookupColumn::LookupColumnComponent 0.10, Perl 5.033008, /tmp/basesmoker-reloperl-kKqT/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/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/x86_64-linux-ld/Moose/Object.pm line 24
# Moose::Object::new('Moose::Meta::Class::__ANON__::SERIAL::2', 'HASH(0x5557e1103490)') called at constructor Test::DBIx::Class::SchemaManager::new (defined at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/Test/DBIx/Class/SchemaManager.pm line 314) line 4
# Test::DBIx::Class::SchemaManager::new('Moose::Meta::Class::__ANON__::SERIAL::2', 'HASH(0x5557e1103490)') called at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/Test/DBIx/Class/SchemaManager.pm line 174
# Test::DBIx::Class::SchemaManager::initialize_schema('Test::DBIx::Class::SchemaManager', 'HASH(0x5557e1103490)') called at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/Test/DBIx/Class.pm line 647
# eval {...} at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/Test/DBIx/Class.pm line 646
# Test::DBIx::Class::_initialize_schema('Test::DBIx::Class', 'HASH(0x5557df89f960)') called at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/Test/DBIx/Class.pm line 353
# Test::DBIx::Class::_initialize('Test::DBIx::Class', '-config_path', 'ARRAY(0x5557df4ee010)', 'User', 'PermissionType', 'DepartmentType') called at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/Test/DBIx/Class.pm line 36
# Test::DBIx::Class::import('Test::DBIx::Class', '-config_path', 'ARRAY(0x5557df4ee010)', '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-830-k09flP/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-830-k09flP/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-830-k09flP/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(
'departmenttype',
'department_type_id',
'DepartmentType',
{
'field_name' => 'name'
}
)
__PACKAGE__->add_lookup(
'permissiontype',
'permission_type_id',
'PermissionType',
{
'field_name' => 'name'
}
)
t/09-lookupAutoDefault.t .......... ok
Smartmatch is experimental at /tmp/loop_over_bdir-830-k09flP/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-830-k09flP/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-830-k09flP/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-830-k09flP/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-830-k09flP/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-830-k09flP/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-830-k09flP/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, 14 wallclock secs ( 0.05 usr 0.08 sys + 9.14 cusr 4.96 csys = 14.23 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------ --------
base 0 2.27
Carp 0 1.52
Class::MOP 0 2.2014
Data::Dumper 0 2.177
DBIx::Class 0 0.082842
Hash::FieldHash 0 0.15
Hash::Merge::Simple 0 0.051
Smart::Comments 0 1.06
strict 0 1.12
warnings 0 1.51
build_requires:
Module Need Have
------------------- ------ --------
DBIx::Class::Core 0 0
DBIx::Class::Schema 0 0
DDP 0 1.000004
Module::Build 0.3601 0.4231
Moose 0 2.2014
Test::DBIx::Class 0 0.52
Test::Exception 0 0.43
Test::More 0 1.302183
configure_requires:
Module Need Have
------------------- ------ --------
ExtUtils::MakeMaker 6.30 7.60
Module::Build 0.3601 0.4231
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.utf8
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
PERL = /tmp/basesmoker-reloperl-kKqT/bin/perl
PERL5LIB = /tmp/loop_over_bdir-830-k09flP/HTML-Menu-TreeView-1.22-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/HTML-Menu-TreeView-1.22-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/downsexta-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/downsexta-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/LCFG-Build-Tools-0.9.30-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/LCFG-Build-Tools-0.9.30-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/App-nrun-v1.1.2-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/App-nrun-v1.1.2-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/perl-Hardware-UPS-Perl-0.43-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/perl-Hardware-UPS-Perl-0.43-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Net-ISP-Balance-1.28-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Net-ISP-Balance-1.28-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/shishi-0.0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/shishi-0.0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/RackMan-1.19-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/RackMan-1.19-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/ProjectBuilder-0.14.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/ProjectBuilder-0.14.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Net-OpenVPN-DDNS-0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Net-OpenVPN-DDNS-0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/RDF-NLP-SPARQLQuery-0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/RDF-NLP-SPARQLQuery-0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Dpkg-1.20.7-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Dpkg-1.20.7-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/triceps-2.1.0-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Business-Shipping-DataFiles-1.02-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 838
PERL5_CPAN_IS_RUNNING = 838
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-kKqT/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.80
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.60
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.60
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.42
File::Spec 3.80
JSON 4.03
JSON::PP 4.06
Module::Build 0.4231
Module::Signature 0.87
Parse::CPAN::Meta 2.150010
Test::Harness 3.43
Test::More 1.302183
YAML 1.30
YAML::Syck 1.34
version 0.9928
--
Summary of my perl5 (revision 5 version 33 subversion 8) configuration:
Commit id: 01ab6b9fd64b7187322e1911e33934cbcf2962a1
Platform:
osname=linux
osvers=4.15.0-139-generic
archname=x86_64-linux-ld
uname='linux k93bionic 4.15.0-139-generic #143-ubuntu smp tue mar 16 01:30:17 utc 2021 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05 -Dmyhostname=k93bionic -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 -Uuseithreads -Duselongdouble -DEBUGGING=-g'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=define
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 -g'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='7.5.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/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.27'
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:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Mar 23 2021 04:16:21
%ENV:
PERL="/tmp/basesmoker-reloperl-kKqT/bin/perl"
PERL5LIB="/tmp/loop_over_bdir-830-k09flP/HTML-Menu-TreeView-1.22-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/HTML-Menu-TreeView-1.22-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/downsexta-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/downsexta-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/LCFG-Build-Tools-0.9.30-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/LCFG-Build-Tools-0.9.30-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/App-nrun-v1.1.2-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/App-nrun-v1.1.2-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/perl-Hardware-UPS-Perl-0.43-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/perl-Hardware-UPS-Perl-0.43-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/makepp-1.19-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/makepp-1.19-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/CGI-Application-NetNewsIface-0.0204-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/CGI-Application-NetNewsIface-0.0204-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Net-ISP-Balance-1.28-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Net-ISP-Balance-1.28-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/shishi-0.0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/shishi-0.0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/RackMan-1.19-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/RackMan-1.19-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/ProjectBuilder-0.14.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/ProjectBuilder-0.14.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Net-OpenVPN-DDNS-0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Net-OpenVPN-DDNS-0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/MP3-PodcastFetch-1.05-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/MP3-PodcastFetch-1.05-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/RDF-NLP-SPARQLQuery-0.1-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/RDF-NLP-SPARQLQuery-0.1-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Dpkg-1.20.7-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Dpkg-1.20.7-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/triceps-2.1.0-0/blib/lib:/tmp/loop_over_bdir-830-k09flP/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-830-k09flP/Business-Shipping-DataFiles-1.02-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="838"
PERL5_CPAN_IS_RUNNING="838"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-830-k09flP/HTML-Menu-TreeView-1.22-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/HTML-Menu-TreeView-1.22-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Simulation-Automate-1.0.1-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Simulation-Automate-1.0.1-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/downsexta-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/downsexta-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/LCFG-Build-Tools-0.9.30-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/LCFG-Build-Tools-0.9.30-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/App-nrun-v1.1.2-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/App-nrun-v1.1.2-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/perl-Hardware-UPS-Perl-0.43-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/perl-Hardware-UPS-Perl-0.43-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Lingua-BioYaTeA-0.11-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Lingua-BioYaTeA-0.11-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/makepp-1.19-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/makepp-1.19-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/CGI-Application-NetNewsIface-0.0204-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/CGI-Application-NetNewsIface-0.0204-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/DBIx-Migration-Directories-0.12-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/DBIx-Migration-Directories-0.12-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/EJBCA-CrlPublish-0.60-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/EJBCA-CrlPublish-0.60-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Net-ISP-Balance-1.28-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Net-ISP-Balance-1.28-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/shishi-0.0.1-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/shishi-0.0.1-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Lemonldap-NG-Cli-0.2-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Lemonldap-NG-Cli-0.2-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Linux-InitFS-0.2-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Linux-InitFS-0.2-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Devel-Required-0.16-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Devel-Required-0.16-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/RackMan-1.19-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/RackMan-1.19-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Lingua-YaTeA-0.626-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Lingua-YaTeA-0.626-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/ProjectBuilder-0.14.1-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/ProjectBuilder-0.14.1-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Net-OpenVPN-DDNS-0.1-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Net-OpenVPN-DDNS-0.1-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/MP3-PodcastFetch-1.05-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/MP3-PodcastFetch-1.05-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/RDF-NLP-SPARQLQuery-0.1-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/RDF-NLP-SPARQLQuery-0.1-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Dpkg-1.20.7-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Dpkg-1.20.7-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/triceps-2.1.0-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/triceps-2.1.0-0/blib/lib
/tmp/loop_over_bdir-830-k09flP/Business-Shipping-DataFiles-1.02-0/blib/arch
/tmp/loop_over_bdir-830-k09flP/Business-Shipping-DataFiles-1.02-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/site_perl/5.33.8
/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/5.33.8/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.33.8/ca05/lib/5.33.8
.