DBIx-Skinny v0.0742 Perl 5 v5.37.2 x86_64-linux

Status
Pass
From
Nedzad Hrnjica (NHRNJICA)
Dist
DBIx-Skinny v0.0742
Platform
Perl 5 v5.37.2 x86_64-linux
Date
2022-08-10 20:36:19
ID
171155e8-18ec-11ed-ba7c-55881af29030
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 NEKOKAK,

This is a computer-generated report for DBIx-Skinny-0.0742
on perl 5.37.2, created by App::cpanminus::reporter 0.17 (1.7046).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Building and testing DBIx-Skinny-0.0742
cp lib/DBIx/Skinny/DBD.pm blib/lib/DBIx/Skinny/DBD.pm
cp lib/DBIx/Skinny/Manual/EN/Intro.pod blib/lib/DBIx/Skinny/Manual/EN/Intro.pod
cp lib/DBIx/Skinny/DBD/SQLite.pm blib/lib/DBIx/Skinny/DBD/SQLite.pm
cp lib/DBIx/Skinny/Manual/JA/Intro.pod blib/lib/DBIx/Skinny/Manual/JA/Intro.pod
cp lib/DBIx/Skinny/Profiler/Trace.pm blib/lib/DBIx/Skinny/Profiler/Trace.pm
cp lib/DBIx/Skinny/SQL/Oracle.pm blib/lib/DBIx/Skinny/SQL/Oracle.pm
cp lib/DBIx/Skinny/Manual/JA/Resultset.pod blib/lib/DBIx/Skinny/Manual/JA/Resultset.pod
cp lib/DBIx/Skinny/Profiler.pm blib/lib/DBIx/Skinny/Profiler.pm
cp lib/DBIx/Skinny/Manual/JA.pod blib/lib/DBIx/Skinny/Manual/JA.pod
cp lib/DBIx/Skinny/Mixin.pm blib/lib/DBIx/Skinny/Mixin.pm
cp lib/DBIx/Skinny/DBD/mysql.pm blib/lib/DBIx/Skinny/DBD/mysql.pm
cp lib/DBIx/Skinny.pm blib/lib/DBIx/Skinny.pm
cp lib/DBIx/Skinny/Util.pm blib/lib/DBIx/Skinny/Util.pm
cp lib/DBIx/Skinny/DBD/Pg.pm blib/lib/DBIx/Skinny/DBD/Pg.pm
cp lib/DBIx/Skinny/Manual/EN.pod blib/lib/DBIx/Skinny/Manual/EN.pod
cp lib/DBIx/Skinny/Manual.pm blib/lib/DBIx/Skinny/Manual.pm
cp lib/DBIx/Skinny/Schema.pm blib/lib/DBIx/Skinny/Schema.pm
cp lib/DBIx/Skinny/Iterator.pm blib/lib/DBIx/Skinny/Iterator.pm
cp lib/DBIx/Skinny/SQL.pm blib/lib/DBIx/Skinny/SQL.pm
cp lib/DBIx/Skinny/DBD/Oracle.pm blib/lib/DBIx/Skinny/DBD/Oracle.pm
cp lib/DBIx/Skinny/Row.pm blib/lib/DBIx/Skinny/Row.pm
cp lib/DBIx/Skinny/DBD/Base.pm blib/lib/DBIx/Skinny/DBD/Base.pm
Manifying 14 pod documents
PERL_DL_NONLAZY=1 "/home/liveapp/.plenv/versions/5.37.2/bin/perl5.37.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t
t/001_basic/001_compile.t ............................................... skipped: needs DBD::SQLite for testing
t/001_basic/002_schema_info.t ........................................... skipped: needs DBD::SQLite for testing
t/001_basic/003_explicit_schema.t ....................................... skipped: needs DBD::SQLite for testing
t/001_basic/004_sql.t ................................................... ok
t/001_basic/005_set_columns.t ........................................... skipped: needs DBD::SQLite for testing
t/001_basic/006_all_in_one_file.t ....................................... skipped: needs DBD::SQLite for testing
t/001_basic/007_connect_info.t .......................................... skipped: needs DBD::SQLite for testing
t/001_basic/008_mixin.t ................................................. skipped: needs DBD::SQLite for testing
t/001_basic/009_no_check_schema.t ....................................... skipped: needs DBD::SQLite for testing
t/001_basic/010_dbh.t ................................................... skipped: needs DBD::SQLite for testing
t/001_basic/011_inflate.t ............................................... skipped: needs DBD::SQLite for testing
t/001_basic/012_trigger.t ............................................... skipped: needs DBD::SQLite for testing
t/001_basic/013_common_trigger.t ........................................ skipped: needs DBD::SQLite for testing
t/001_basic/014_utf8.t .................................................. skipped: needs DBD::SQLite for testing
t/001_basic/015_row_class.t ............................................. skipped: needs DBD::SQLite for testing
t/001_basic/016_row_exception.t ......................................... skipped: needs DBD::SQLite for testing
t/001_basic/017_profile.t ............................................... skipped: needs DBD::SQLite for testing
t/001_basic/018_custom_profiler.t ....................................... skipped: needs DBD::SQLite for testing
t/001_basic/019_profiler_trace.t ........................................ skipped: needs DBD::SQLite for testing
t/001_basic/020_on_connect_do.t ......................................... skipped: needs DBD::SQLite for testing
t/001_basic/021_reconnect.t ............................................. skipped: needs DBD::SQLite for testing
t/001_basic/022_transaction.t ........................................... skipped: needs DBD::SQLite for testing
t/001_basic/023_bulk_insert.t ........................................... skipped: needs DBD::SQLite for testing
t/001_basic/024_bind_column.t ........................................... skipped: needs DBD::SQLite for testing
t/002_common/000_new.t .................................................. skipped: needs DBD::SQLite for testing
t/002_common/001_insert.t ............................................... skipped: needs DBD::SQLite for testing
t/002_common/002_update.t ............................................... skipped: needs DBD::SQLite for testing
t/002_common/003_delete.t ............................................... skipped: needs DBD::SQLite for testing
t/002_common/004_find_or_create.t ....................................... skipped: needs DBD::SQLite for testing
t/002_common/005_count.t ................................................ skipped: needs DBD::SQLite for testing
t/002_common/006_single.t ............................................... skipped: needs DBD::SQLite for testing
t/002_common/007_search.t ............................................... skipped: needs DBD::SQLite for testing
t/002_common/008_search_named.t ......................................... skipped: needs DBD::SQLite for testing
t/002_common/009_search_by_sql.t ........................................ skipped: needs DBD::SQLite for testing
t/002_common/010_resultset.t ............................................ skipped: needs DBD::SQLite for testing
t/002_common/011_do.t ................................................... skipped: needs DBD::SQLite for testing
t/002_common/012_replace.t .............................................. skipped: needs DBD::SQLite for testing
t/002_common/014_find_or_new.t .......................................... skipped: needs DBD::SQLite for testing
t/002_common/015_data2row.t ............................................. skipped: needs DBD::SQLite for testing
t/002_common/016_hash_to_row.t .......................................... skipped: needs DBD::SQLite for testing
t/002_common/017_iterator.t ............................................. skipped: needs DBD::SQLite for testing
t/002_common/018_refetch.t .............................................. skipped: needs DBD::SQLite for testing
t/002_common/019_get_columns.t .......................................... skipped: needs DBD::SQLite for testing
t/002_common/020_get_column.t ........................................... skipped: needs DBD::SQLite for testing
t/002_common/021_quote.t ................................................ skipped: needs DBD::SQLite for testing
t/002_common/022_disconnect.t ........................................... skipped: needs DBD::SQLite for testing
t/002_common/023_multi_pk.t ............................................. skipped: needs DBD::SQLite for testing
t/002_common/024_txn_scope.t ............................................ skipped: needs DBD::SQLite for testing
t/002_common/999_delete_by_sql.t ........................................ skipped: needs DBD::SQLite for testing
t/002_common/999_update_by_sql.t ........................................ skipped: needs DBD::SQLite for testing
t/500_deprecated/001_deprecated_setup.t ................................. skipped: needs DBD::SQLite for testing
t/500_deprecated/002_deprecated_profiler.t .............................. skipped: needs DBD::SQLite for testing
t/999_regression/bind_param.t ........................................... skipped: needs DBD::SQLite for testing
t/999_regression/data2itr_objectarray.t ................................. skipped: needs DBD::SQLite for testing
t/999_regression/dbh_and_txn_manager.t .................................. skipped: needs DBD::SQLite for testing
t/999_regression/deflate_bug.t .......................................... skipped: needs DBD::SQLite for testing
t/999_regression/deflate_scalarref.t .................................... skipped: needs DBD::SQLite for testing
t/999_regression/duplicate_update.t ..................................... skipped: needs DBD::SQLite for testing
t/999_regression/empty_update.t ......................................... skipped: needs DBD::SQLite for testing
t/999_regression/get_row_class.t ........................................ skipped: needs DBD::SQLite for testing
t/999_regression/guess_table_name.t ..................................... skipped: needs DBD::SQLite for testing
t/999_regression/loose_connect_options_after_new.t ...................... skipped: needs DBD::SQLite for testing
t/999_regression/new_attr.t ............................................. skipped: needs DBD::SQLite for testing
t/999_regression/no_schema.t ............................................ skipped: needs DBD::SQLite for testing
t/999_regression/prepare_error_handling.t ............................... skipped: needs DBD::SQLite for testing
t/999_regression/row_update_by_scalarref.t .............................. skipped: needs DBD::SQLite for testing
t/999_regression/transaction/call_txn_scope_after_fork.t ................ skipped: needs DBD::SQLite for testing
t/999_regression/transaction/call_txn_scope_after_missing_connect.t ..... skipped: needs DBD::SQLite for testing
t/999_regression/transaction/call_txn_scope_and_fork.t .................. skipped: needs DBD::SQLite for testing
t/999_regression/transaction/call_txn_scope_before_fork.t ............... skipped: needs DBD::SQLite for testing
t/999_regression/transaction/call_txn_scope_before_fork_and_rollback.t .. skipped: needs DBD::SQLite for testing
t/999_regression/where_condition_in.t ................................... skipped: needs DBD::SQLite for testing
All tests successful.
Files=72, Tests=82,  6 wallclock secs ( 0.18 usr  0.09 sys +  3.62 cusr  0.73 csys =  4.62 CPU)
Result: PASS

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

Prerequisite modules loaded:

runtime:

    Module                   Need Have    
    ------------------------ ---- --------
    Carp                     0    1.53    
    Class::Accessor::Lite    0    0.08    
    Class::Load              0    0.25    
    DBI                      0    1.643   
    DBIx::TransactionManager 1.07 1.13    
    IO::Handle               0    1.49    
    Scalar::Util             0    1.62    
    Try::Tiny                0    0.31    
    UNIVERSAL::require       0    0.19    

build:

    Module                   Need Have    
    ------------------------ ---- --------
    ExtUtils::MakeMaker      6.42 7.64    
    Test::More               0.96 1.302191
  ! Test::mysqld             0    n/a     
  ! Test::postgresql         0    n/a     
    Test::SharedFork         0.15 0.35    

configure:

    Module                   Need Have    
    ------------------------ ---- --------
    ExtUtils::MakeMaker      6.42 7.64    


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

Environment variables:

    LANG = C.UTF-8
    PATH = /home/liveapp/.plenv/versions/5.37.2/bin:/home/liveapp/.plenv/libexec:/home/liveapp/.plenv/plugins/perl-build/bin:/home/liveapp/.plenv/shims:/home/liveapp/.plenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
    PERL_CPANM_HOME = /home/liveapp/cpantesters.new/5.37.2/.cpanm_temp
    SHELL = /bin/bash
    TERM = xterm-256color

Perl special variables (and OS-specific diagnostics, for MSWin32):

    EGID = 1001 27 1001
    EUID = 1001
    EXECUTABLE_NAME = /home/liveapp/.plenv/versions/5.37.2/bin/perl5.37.2
    GID = 1001 27 1001
    UID = 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.34    
    CPAN::Meta          2.150010
    Cwd                 3.86    
    ExtUtils::CBuilder  0.280237
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.86    
    JSON                n/a     
    JSON::PP            4.10    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302191
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9929  


--

Summary of my perl5 (revision 5 version 37 subversion 2) configuration:
   
  Platform:
    osname=linux
    osvers=5.4.0-91-generic
    archname=x86_64-linux
    uname='linux supremeadmin 5.4.0-91-generic #102-ubuntu smp fri nov 5 16:31:28 utc 2021 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/liveapp/.plenv/versions/5.37.2 -de -Dversiononly -Dusedevel -A'eval:scriptdir=/home/liveapp/.plenv/versions/5.37.2/bin''
    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'
    cppflags='-fwrapv -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='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 /lib/x86_64-linux-gnu /lib
    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 -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
    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 Aug  6 2022 07:20:28
  %ENV:
    PERL_CPANM_HOME="/home/liveapp/cpantesters.new/5.37.2/.cpanm_temp"
  @INC:
    /home/liveapp/.plenv/versions/5.37.2/lib/perl5/site_perl/5.37.2/x86_64-linux
    /home/liveapp/.plenv/versions/5.37.2/lib/perl5/site_perl/5.37.2
    /home/liveapp/.plenv/versions/5.37.2/lib/perl5/5.37.2/x86_64-linux
    /home/liveapp/.plenv/versions/5.37.2/lib/perl5/5.37.2