Catalyst-Plugin-CheckFileUploadTypes v0.20 Perl 5 v5.39.9 x86_64-linux-thread-multi

Status
Pass
From
Andreas J. König (ANDK)
Dist
Catalyst-Plugin-CheckFileUploadTypes v0.20
Platform
Perl 5 v5.39.9 x86_64-linux-thread-multi
Date
2024-04-21 10:18:49
ID
8b94b24c-ffc8-11ee-83e1-1f1f6cb96c62
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 David Precious,

This is a computer-generated report for Catalyst-Plugin-CheckFileUploadTypes-0.20
on perl 5.39.9, created by CPAN-Reporter-1.2019.

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-kgdL/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::CheckFileUploadTypes  0.20                               |
| Catalyst::Plugin::ConfigLoader  0.35                                       |
'----------------------------------------------------------------------------'

[debug] Loaded PSGI Middleware:
.----------------------------------------------------------------------------.
| Catalyst::Middleware::Stash                                                |
| Plack::Middleware::HTTPExceptions                                          |
| Plack::Middleware::RemoveRedundantBody  0.09                               |
| Plack::Middleware::FixMissingBodyInRedirect  0.12                          |
| Plack::Middleware::ContentLength                                           |
| Plack::Middleware::MethodOverride  0.20                                    |
| Plack::Middleware::Head                                                    |
'----------------------------------------------------------------------------'

[debug] Loaded Request Data Handlers:
.----------------------------------------------------------------------------.
| application/x-www-form-urlencoded                                          |
| application/json                                                           |
'----------------------------------------------------------------------------'

[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/tmp/loop_over_bdir-2252-sV_wnq/Catalyst-Plugin-CheckFileUploadTypes-0.20-0/t/lib/TestApp"
[debug] Loaded components:
.-----------------------------------------------------------------+----------.
| Class                                                           | Type     |
+-----------------------------------------------------------------+----------+
| TestApp::Controller::Root                                       | instance |
'-----------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private              | Class                                | Method       |
+----------------------+--------------------------------------+--------------+
| /index               | TestApp::Controller::Root            | index        |
| /expect_any          | TestApp::Controller::Root            | expect_any   |
| /expect_image        | TestApp::Controller::Root            | expect_image |
| /expect_text         | TestApp::Controller::Root            | expect_text  |
'----------------------+--------------------------------------+--------------'

[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path                                | Private                              |
+-------------------------------------+--------------------------------------+
| /                                   | /index                               |
| /expect_any/                        | /expect_any                          |
| /expect_image/                      | /expect_image                        |
| /expect_text/                       | /expect_text                         |
'-------------------------------------+--------------------------------------'

[info] DaveTest powered by Catalyst 5.90131
[info] *** Request 1 (1.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "/"
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: unknown
[info] Request took 0.003477s (287.604/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
| /index                                                     | 0.000220s |
'------------------------------------------------------------+-----------'

[info] *** Request 2 (2.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_any"
[debug] "POST" request for "expect_any" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | not_really_a_text_file.jpg | text/fake          | 795885    |
'--------------+----------------------------+--------------------+-----------'
Use of uninitialized value $_ in split at /tmp/loop_over_bdir-2252-sV_wnq/Catalyst-Plugin-CheckFileUploadTypes-0.20-0/blib/lib/Catalyst/Plugin/CheckFileUploadTypes.pm line 51.
[debug] Response Code: 200; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.007521s (132.961/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
| /expect_any                                                | 0.000120s |
'------------------------------------------------------------+-----------'

[info] *** Request 3 (3.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_image"
[debug] "POST" request for "expect_image" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | not_really_a_text_file.jpg | text/fake          | 795885    |
'--------------+----------------------------+--------------------+-----------'
[debug] Determined type image/png for not_really_a_text_file.jpg
[debug] Response Code: 200; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.008236s (121.418/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
| /expect_image                                              | 0.000103s |
'------------------------------------------------------------+-----------'

[info] *** Request 4 (4.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_image"
[debug] "POST" request for "expect_image" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | pretty-picture.png         | text/plain         | 78        |
'--------------+----------------------------+--------------------+-----------'
[debug] Determined type text/plain for pretty-picture.png
[warn] Upload pretty-picture.png with unexpected type text/plain rejected
[debug] Response Code: 400; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.010286s (97.220/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

[info] *** Request 5 (5.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_image"
[debug] "POST" request for "expect_image" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | pretty-picture.png         | image/png          | 795885    |
| upload2      | pretty-picture-honestly-g- | image/png          | 78        |
|              | uv.png                     |                    |           |
'--------------+----------------------------+--------------------+-----------'
[debug] Determined type image/png for pretty-picture.png
[debug] Determined type text/plain for pretty-picture-honestly-guv.png
[warn] Upload pretty-picture-honestly-guv.png with unexpected type text/plain rejected
[debug] Response Code: 400; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.018892s (52.932/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

[info] *** Request 6 (6.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_text"
[debug] "POST" request for "expect_text" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | a-text-file-but-really-xm- | text/plain         | 39        |
|              | l.txt                      |                    |           |
'--------------+----------------------------+--------------------+-----------'
[debug] Determined type text/xml for a-text-file-but-really-xml.txt
[warn] Upload a-text-file-but-really-xml.txt with unexpected type text/xml rejected
[debug] Response Code: 400; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.004511s (221.680/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

[info] *** Request 7 (7.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_text"
[debug] "POST" request for "expect_text" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | this-could-be-evil.sh      | text/plain         | 39        |
'--------------+----------------------------+--------------------+-----------'
[debug] Determined type text/x-shellscript for this-could-be-evil.sh
[warn] Upload this-could-be-evil.sh with unexpected type text/x-shellscript rejected
[debug] Response Code: 400; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.004138s (241.663/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

[info] *** Request 8 (8.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "expect_text"
[debug] "POST" request for "expect_text" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | script-writing-for-dummie- | text/plain         | 271       |
|              | s.txt                      |                    |           |
'--------------+----------------------------+--------------------+-----------'
[debug] Determined type text/plain for script-writing-for-dummies.txt
[debug] Response Code: 200; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.011125s (89.888/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
| /expect_text                                               | 0.000102s |
'------------------------------------------------------------+-----------'

[info] *** Request 9 (9.000/s) [2707846] [Sun Apr 21 10:17:38 2024] ***
[debug] Path is "/"
[debug] "POST" request for "/" from "127.0.0.1"
[debug] File Uploads are:
.--------------+----------------------------+--------------------+-----------.
| Parameter    | Filename                   | Type               | Size      |
+--------------+----------------------------+--------------------+-----------+
| upload1      | pretty-picture.png         | text/plain         | 78        |
'--------------+----------------------------+--------------------+-----------'
[error] Uploads present, but not expected by action
[debug] Response Code: 400; Content-Type: unknown; Content-Length: unknown
[info] Request took 0.002236s (447.227/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

t/01app.t .......... ok
t/02pod.t .......... skipped: set TEST_POD to enable this test
t/03podcoverage.t .. skipped: set TEST_POD to enable this test
All tests successful.
Files=3, Tests=17,  1 wallclock secs ( 0.03 usr  0.02 sys +  0.82 cusr  0.19 csys =  1.06 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                         Need Have    
    ------------------------------ ---- --------
    Catalyst::ClassData            0    0       
    Data::Dumper                   0    2.189   
    Data::Printer                  0    1.002001
    File::LibMagic                 0    1.23    
    Moose                          0    2.2207  
    MRO::Compat                    0    0.15    
    namespace::autoclean           0    0.29    

build_requires:

    Module                         Need Have    
    ------------------------------ ---- --------
    Catalyst                       0    5.90131 
    Catalyst::Controller           0    0       
    Catalyst::Plugin::ConfigLoader 0    0.35    
    Catalyst::Runtime              5.80 5.90131 
    Catalyst::Test                 0    0       
    ExtUtils::MakeMaker            0    7.70    
    FindBin                        0    1.54    
    HTTP::Request::Common          0    6.45    
    HTTP::Status                   0    6.45    
    lib                            0    0.65    
    strict                         0    1.13    
    Test::More                     0    1.302198
    warnings                       0    1.68    

configure_requires:

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


------------------------------
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-kgdL/bin/perl
    PERL5LIB = /tmp/loop_over_bdir-2252-sV_wnq/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/OSDial-3.0.2.124-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/OSDial-3.0.2.124-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/ProjectBuilder-0.14.1-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/ProjectBuilder-0.14.1-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Dpkg-1.22.6-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Dpkg-1.22.6-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/RDF-NLP-SPARQLQuery-0.1-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/RDF-NLP-SPARQLQuery-0.1-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Sysync-0.38-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Sysync-0.38-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Alien-SNMP-MIBDEV-2.020000-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Alien-SNMP-MIBDEV-2.020000-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 2260
    PERL5_CPAN_IS_RUNNING = 2260
    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-kgdL/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.302198
    Test::Harness       3.48    
    Test::More          1.302198
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9930  


--

Summary of my perl5 (revision 5 version 39 subversion 9) configuration:
  Commit id: 824a7e0bf8052e62e6913c5fb807a6a8331a2d81
  Platform:
    osname=linux
    osvers=6.5.0-25-generic
    archname=x86_64-linux-thread-multi
    uname='linux k93jammy 6.5.0-25-generic #25~22.04.1-ubuntu smp preempt_dynamic tue feb 20 16:09:15 utc 2 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.9/b4f3 -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 -Duseithreads -Uuselongdouble -DEBUGGING=-g'
    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 -g'
    cppflags='-D_REENTRANT -D_GNU_SOURCE -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
    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_DEVEL
    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
  Built under linux
  Compiled at Mar 21 2024 05:21:06
  %ENV:
    PERL="/tmp/basesmoker-reloperl-kgdL/bin/perl"
    PERL5LIB="/tmp/loop_over_bdir-2252-sV_wnq/Business-Shipping-DataFiles-1.02-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Business-Shipping-DataFiles-1.02-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/App-rmcd-0.280-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/App-rmcd-0.280-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/OSDial-3.0.2.124-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/OSDial-3.0.2.124-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/ProjectBuilder-0.14.1-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/ProjectBuilder-0.14.1-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Dpkg-1.22.6-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Dpkg-1.22.6-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/RDF-NLP-SPARQLQuery-0.1-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/RDF-NLP-SPARQLQuery-0.1-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Sysync-0.38-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Sysync-0.38-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Devel-Required-0.16-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Devel-Required-0.16-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Simulation-Automate-1.0.1-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Simulation-Automate-1.0.1-0/blib/lib:/tmp/loop_over_bdir-2252-sV_wnq/Alien-SNMP-MIBDEV-2.020000-0/blib/arch:/tmp/loop_over_bdir-2252-sV_wnq/Alien-SNMP-MIBDEV-2.020000-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="2260"
    PERL5_CPAN_IS_RUNNING="2260"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /tmp/loop_over_bdir-2252-sV_wnq/Business-Shipping-DataFiles-1.02-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Business-Shipping-DataFiles-1.02-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/App-rmcd-0.280-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/App-rmcd-0.280-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/OSDial-3.0.2.124-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/OSDial-3.0.2.124-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/ProjectBuilder-0.14.1-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/ProjectBuilder-0.14.1-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Lemonldap-NG-Cli-0.2-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Lemonldap-NG-Cli-0.2-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Dpkg-1.22.6-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Dpkg-1.22.6-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/RDF-NLP-SPARQLQuery-0.1-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/RDF-NLP-SPARQLQuery-0.1-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Lingua-YaTeA-0.626-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Lingua-YaTeA-0.626-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Sysync-0.38-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Sysync-0.38-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Devel-Required-0.16-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Devel-Required-0.16-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Simulation-Automate-1.0.1-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Simulation-Automate-1.0.1-0/blib/lib
    /tmp/loop_over_bdir-2252-sV_wnq/Alien-SNMP-MIBDEV-2.020000-0/blib/arch
    /tmp/loop_over_bdir-2252-sV_wnq/Alien-SNMP-MIBDEV-2.020000-0/blib/lib
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.9/b4f3/lib/site_perl/5.39.9/x86_64-linux-thread-multi
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.9/b4f3/lib/site_perl/5.39.9
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.9/b4f3/lib/5.39.9/x86_64-linux-thread-multi
    /home/sand/src/perl/repoperls/installed-perls/host/k93jammy/v5.39.9/b4f3/lib/5.39.9
    .