HTML-Template-Associate-FormField v0.12 Perl 5 v5.39.10 x86_64-linux

Status
Fail
From
Andreas J. König (ANDK)
Dist
HTML-Template-Associate-FormField v0.12
Platform
Perl 5 v5.39.10 x86_64-linux
Date
2024-05-16 11:45:23
ID
c7c4722e-1379-11ef-a586-d445bc3ea27f
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 Masatoshi Mizuno,

This is a computer-generated report for HTML-Template-Associate-FormField-0.12
on perl 5.39.10, created by CPAN-Reporter-1.2019.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

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':


#   Failed test 'use HTML::Template::Associate::FormField;'
#   at t/00_use.t line 3.
#     Tried to use 'HTML::Template::Associate::FormField'.
#     Error:  UNIVERSAL does not export anything at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
# BEGIN failed--compilation aborted at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
# Compilation failed in require at t/00_use.t line 3.
# BEGIN failed--compilation aborted at t/00_use.t line 3.
# Looks like you failed 1 test of 1.
t/00_use.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
UNIVERSAL does not export anything at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
BEGIN failed--compilation aborted at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
Compilation failed in require at t/01_param.t line 4.
BEGIN failed--compilation aborted at t/01_param.t line 4.
# Looks like your test exited with 255 before it could output anything.
t/01_param.t ......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests 
UNIVERSAL does not export anything at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
BEGIN failed--compilation aborted at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
Compilation failed in require at t/02_hidden.t line 4.
BEGIN failed--compilation aborted at t/02_hidden.t line 4.
# Looks like your test exited with 255 before it could output anything.
t/02_hidden.t ........ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests 
UNIVERSAL does not export anything at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
BEGIN failed--compilation aborted at /tmp/loop_over_bdir-2621-_Fh5RD/HTML-Template-Associate-FormField-0.12-0/blib/lib/HTML/Template/Associate/FormField.pm line 9.
Compilation failed in require at t/03_output.t line 8.
BEGIN failed--compilation aborted at t/03_output.t line 8.
# Looks like your test exited with 255 before it could output anything.
t/03_output.t ........ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 18/18 subtests 

#   Failed test 'POD test for blib/lib/HTML/Template/Associate/FormField.pm'
#   at /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/site_perl/5.39.10/Test/Pod.pm line 184.
Wide character in print at /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/5.39.10/Test2/Formatter/TAP.pm line 125.
# blib/lib/HTML/Template/Associate/FormField.pm (313): Non-ASCII character seen before =encoding in '�E�E�E'. Assuming CP1252
# Looks like you failed 1 test of 1.
t/89_pod.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

#   Failed test 'Test::Perl::Critic for "lib/HTML/Template/Associate/FormField.pm"'
#   at /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/site_perl/5.39.10/Test/Perl/Critic.pm line 121.
# 
#   Private Member Data shouldn't be accessed directly at line 28, column 10.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 29, column 10.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 29, column 30.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 29, column 50.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 30, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 39, column 2.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 39, column 27.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 40, column 14.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 54, column 16.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 67, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 67, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 68, column 12.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 71, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 71, column 22.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 72, column 12.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 75, column 20.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 76, column 7.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 77, column 4.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 77, column 20.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 77, column 39.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 79, column 4.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 79, column 20.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 81, column 3.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 82, column 24.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 82, column 45.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 84, column 29.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 92, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   "return" statement in "do" block at line 110, column 51.  A "return" in "do" block causes confusing behavior.  (Severity: 5)
#   "return" statement in "do" block at line 111, column 33.  A "return" in "do" block causes confusing behavior.  (Severity: 5)
#   "return" statement in "do" block at line 112, column 45.  A "return" in "do" block causes confusing behavior.  (Severity: 5)
#   "return" statement in "do" block at line 113, column 33.  A "return" in "do" block causes confusing behavior.  (Severity: 5)
#   "return" statement in "do" block at line 114, column 33.  A "return" in "do" block causes confusing behavior.  (Severity: 5)
#   "return" statement in "do" block at line 115, column 48.  A "return" in "do" block causes confusing behavior.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 123, column 2.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 124, column 8.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 124, column 28.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 190, column 2.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 191, column 2.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 205, column 7.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 206, column 12.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 207, column 12.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 209, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 209, column 18.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 212, column 4.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 219, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 225, column 29.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 230, column 11.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 231, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 233, column 24.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
t/98_perlcritic.t .... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

#   Failed test 'Pod coverage on HTML::Template::Associate::FormField'
#   at /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/site_perl/5.39.10/Test/Pod/Coverage.pm line 133.
# HTML::Template::Associate::FormField: requiring 'HTML::Template::Associate::FormField' failed
# Looks like you failed 1 test of 1.
t/99_pod_coverage.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/00_use.t         (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/01_param.t       (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/02_hidden.t      (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/03_output.t      (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 18 tests but ran 0.
t/89_pod.t         (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/98_perlcritic.t  (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/99_pod_coverage.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=7, Tests=4,  3 wallclock secs ( 0.03 usr  0.02 sys +  1.85 cusr  0.42 csys =  2.32 CPU)
Result: FAIL
Failed 7/7 test programs. 4/4 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    HTML::Template      2.9  2.97    
    Test::More          0    1.302199
    Test::Perl::Critic  0    1.04    
    Test::Pod           0    1.52    
    Test::Pod::Coverage 0    1.10    


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    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 = /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-gjv9/bin/perl
    PERL5LIB = /tmp/loop_over_bdir-2621-_Fh5RD/Net-ISP-Balance-1.31-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Net-ISP-Balance-1.31-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/triceps-2.1.0-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/downsexta-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/downsexta-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Dpkg-1.22.6-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Dpkg-1.22.6-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Captive-Portal-4.10-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Captive-Portal-4.10-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/mmds-1.902-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/mmds-1.902-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/LCFG-Build-Skeleton-0.5.0-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/LCFG-Build-Skeleton-0.5.0-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/AllKnowingDNS-1.7-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/AllKnowingDNS-1.7-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Net-Async-WebService-lxd-0.03-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Net-Async-WebService-lxd-0.03-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/perl-Hardware-UPS-Perl-0.43-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/perl-Hardware-UPS-Perl-0.43-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 2629
    PERL5_CPAN_IS_RUNNING = 2629
    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-gjv9/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.90    
    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.90    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   0.88    
    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.9931  


--

Summary of my perl5 (revision 5 version 39 subversion 10) configuration:
  Commit id: c46c2bea6f111c45982b89c7e57b56125ff2e10c
  Platform:
    osname=linux
    osvers=6.5.0-27-generic
    archname=x86_64-linux
    uname='linux k93jammy 6.5.0-27-generic #28~22.04.1-ubuntu smp preempt_dynamic fri mar 15 10:51:06 utc 2 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567 -Dmyhostname=k93jammy -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 -Uuselongdouble -DEBUGGING=-g'
    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 ='-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='11.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='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 -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/x86_64-linux-gnu/libc.so.6
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.35'
  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_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 linux
  Compiled at Apr 28 2024 08:47:02
  %ENV:
    PERL="/tmp/basesmoker-reloperl-gjv9/bin/perl"
    PERL5LIB="/tmp/loop_over_bdir-2621-_Fh5RD/Net-ISP-Balance-1.31-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Net-ISP-Balance-1.31-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/triceps-2.1.0-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/triceps-2.1.0-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/downsexta-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/downsexta-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Dpkg-1.22.6-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Dpkg-1.22.6-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/EJBCA-CrlPublish-0.60-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/EJBCA-CrlPublish-0.60-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Captive-Portal-4.10-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Captive-Portal-4.10-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/mmds-1.902-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/mmds-1.902-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-BioYaTeA-0.11-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-BioYaTeA-0.11-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/dta-tokwrap-0.98-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/dta-tokwrap-0.98-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/DBIx-Migration-Directories-0.12-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/DBIx-Migration-Directories-0.12-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/LCFG-Build-Skeleton-0.5.0-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/LCFG-Build-Skeleton-0.5.0-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/AllKnowingDNS-1.7-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/AllKnowingDNS-1.7-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Net-Async-WebService-lxd-0.03-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Net-Async-WebService-lxd-0.03-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-2621-_Fh5RD/perl-Hardware-UPS-Perl-0.43-0/blib/arch:/tmp/loop_over_bdir-2621-_Fh5RD/perl-Hardware-UPS-Perl-0.43-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="2629"
    PERL5_CPAN_IS_RUNNING="2629"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /tmp/loop_over_bdir-2621-_Fh5RD/Net-ISP-Balance-1.31-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Net-ISP-Balance-1.31-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/triceps-2.1.0-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/triceps-2.1.0-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/downsexta-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/downsexta-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Business-Shipping-DataFiles-1.02-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Business-Shipping-DataFiles-1.02-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Dpkg-1.22.6-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Dpkg-1.22.6-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Devel-Required-0.16-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Devel-Required-0.16-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/EJBCA-CrlPublish-0.60-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/EJBCA-CrlPublish-0.60-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Captive-Portal-4.10-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Captive-Portal-4.10-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/mmds-1.902-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/mmds-1.902-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Lingua-BioYaTeA-0.11-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Lingua-BioYaTeA-0.11-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/dta-tokwrap-0.98-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/dta-tokwrap-0.98-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/DBIx-Migration-Directories-0.12-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/DBIx-Migration-Directories-0.12-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/LCFG-Build-Skeleton-0.5.0-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/LCFG-Build-Skeleton-0.5.0-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/AllKnowingDNS-1.7-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/AllKnowingDNS-1.7-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Net-Async-WebService-lxd-0.03-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Net-Async-WebService-lxd-0.03-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/Lingua-YaTeA-0.626-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/Lingua-YaTeA-0.626-0/blib/lib
    /tmp/loop_over_bdir-2621-_Fh5RD/perl-Hardware-UPS-Perl-0.43-0/blib/arch
    /tmp/loop_over_bdir-2621-_Fh5RD/perl-Hardware-UPS-Perl-0.43-0/blib/lib
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/site_perl/5.39.10/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/site_perl/5.39.10
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/5.39.10/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.10/6567/lib/5.39.10
    .