File-Text-CSV v0.02 Perl 5 v5.10.1 x86_64-linux-thread-multi

Status
Fail
From
David Cantrell (DCANTRELL)
Dist
File-Text-CSV v0.02
Platform
Perl 5 v5.10.1 x86_64-linux-thread-multi
Date
2023-02-24 01:43:52
ID
b16d2d22-b3e4-11ed-a04c-d992a884b16f
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 Johan Vromans,

This is a computer-generated report for File-Text-CSV-0.02
on perl 5.10.1, created by CPAN-Reporter-1.2018.

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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/david/cpantesting/perl-5.10.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing File::Text::CSV 0.02, Perl 5.010001, /home/david/cpantesting/perl-5.10.1/bin/perl
t/00-load.t ... ok

#   Failed test 'open OK'
#   at t/01-bare.t line 13.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'read1'
#   at t/01-bare.t line 17.
#          got: 'Can't call method "read" on an undefined value at t/01-bare.t line 17.
# '
#     expected: undef

#   Failed test 'aref'
#   at t/01-bare.t line 19.

#   Failed test 'data1'
#   at t/01-bare.t line 21.

#   Failed test 'read2'
#   at t/01-bare.t line 25.
#          got: 'Can't call method "read" on an undefined value at t/01-bare.t line 25.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/01-bare.t line 26.
#          got: ''
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read3'
#   at t/01-bare.t line 27.
#          got: 'Can't call method "read" on an undefined value at t/01-bare.t line 27.
# '
#     expected: undef

#   Failed test 'data3'
#   at t/01-bare.t line 28.
#          got: ''
#     expected: '20160128|Paul Kantner|74'

#   Failed test 'read4'
#   at t/01-bare.t line 29.
#          got: 'Can't call method "read" on an undefined value at t/01-bare.t line 29.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/01-bare.t line 30.
#          got: ''
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'readN'
#   at t/01-bare.t line 32.
#          got: 'Can't call method "read" on an undefined value at t/01-bare.t line 32.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/01-bare.t line 33.
# Looks like you failed 12 tests of 13.
t/01-bare.t ... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/13 subtests 

#   Failed test 'open OK'
#   at t/02-bare.t line 13.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'read_arrayref1'
#   at t/02-bare.t line 17.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/02-bare.t line 17.
# '
#     expected: undef

#   Failed test 'aref'
#   at t/02-bare.t line 19.

#   Failed test 'data1'
#   at t/02-bare.t line 21.

#   Failed test 'read_arrayref2'
#   at t/02-bare.t line 25.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/02-bare.t line 25.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/02-bare.t line 26.
#          got: ''
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read_arrayref3'
#   at t/02-bare.t line 27.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/02-bare.t line 27.
# '
#     expected: undef

#   Failed test 'data3'
#   at t/02-bare.t line 28.
#          got: ''
#     expected: '20160128|Paul Kantner|74'

#   Failed test 'read_arrayref4'
#   at t/02-bare.t line 29.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/02-bare.t line 29.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/02-bare.t line 30.
#          got: ''
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'read_arrayrefN'
#   at t/02-bare.t line 32.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/02-bare.t line 32.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/02-bare.t line 33.
# Looks like you failed 12 tests of 13.
t/02-bare.t ... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/13 subtests 

#   Failed test 'open OK'
#   at t/03-bare.t line 14.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'read1'
#   at t/03-bare.t line 18.
#          got: 'Can't call method "read" on an undefined value at t/03-bare.t line 18.
# '
#     expected: undef

#   Failed test ''
#   at t/03-bare.t line 20.

#   Failed test 'data1'
#   at t/03-bare.t line 22.

#   Failed test 'read2'
#   at t/03-bare.t line 26.
#          got: 'Can't call method "read" on an undefined value at t/03-bare.t line 26.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/03-bare.t line 27.
#          got: '||'
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read3'
#   at t/03-bare.t line 28.
#          got: 'Can't call method "read" on an undefined value at t/03-bare.t line 28.
# '
#     expected: undef

#   Failed test 'data3'
#   at t/03-bare.t line 29.
#          got: '||'
#     expected: '20160128|Paul Kantner|74'

#   Failed test 'read4'
#   at t/03-bare.t line 30.
#          got: 'Can't call method "read" on an undefined value at t/03-bare.t line 30.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/03-bare.t line 31.
#          got: '||'
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'readN'
#   at t/03-bare.t line 33.
#          got: 'Can't call method "read" on an undefined value at t/03-bare.t line 33.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/03-bare.t line 34.
# Looks like you failed 12 tests of 13.
t/03-bare.t ... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/13 subtests 

#   Failed test 'open OK'
#   at t/04-bare.t line 14.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'read_arrayref1'
#   at t/04-bare.t line 18.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/04-bare.t line 18.
# '
#     expected: undef

#   Failed test 'aref'
#   at t/04-bare.t line 20.

#   Failed test 'data1'
#   at t/04-bare.t line 22.

#   Failed test 'read_arrayref2'
#   at t/04-bare.t line 26.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/04-bare.t line 26.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/04-bare.t line 27.
#          got: ''
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read_arrayref3'
#   at t/04-bare.t line 28.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/04-bare.t line 28.
# '
#     expected: undef

#   Failed test 'data3'
#   at t/04-bare.t line 29.
#          got: ''
#     expected: '20160128|Paul Kantner|74'

#   Failed test 'read_arrayref4'
#   at t/04-bare.t line 30.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/04-bare.t line 30.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/04-bare.t line 31.
#          got: ''
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'read_arrayrefN'
#   at t/04-bare.t line 33.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/04-bare.t line 33.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/04-bare.t line 34.
# Looks like you failed 12 tests of 13.
t/04-bare.t ... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/13 subtests 

#   Failed test 'open OK'
#   at t/10-head.t line 13.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200, <$__ANONIO__> line 1.
# '
#     expected: undef

#   Failed test 'read_arrayref1'
#   at t/10-head.t line 17.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/10-head.t line 17.
# '
#     expected: undef

#   Failed test 'aref'
#   at t/10-head.t line 19.

#   Failed test 'data1'
#   at t/10-head.t line 21.

#   Failed test 'read_arrayref2'
#   at t/10-head.t line 25.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/10-head.t line 25.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/10-head.t line 26.
#          got: ''
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read_arrayref3'
#   at t/10-head.t line 27.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/10-head.t line 27.
# '
#     expected: undef

#   Failed test 'data3'
#   at t/10-head.t line 28.
#          got: ''
#     expected: '20160128|Paul Kantner|74'

#   Failed test 'read_arrayref4'
#   at t/10-head.t line 29.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/10-head.t line 29.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/10-head.t line 30.
#          got: ''
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'read_arrayrefN'
#   at t/10-head.t line 32.
#          got: 'Can't call method "read_arrayref" on an undefined value at t/10-head.t line 32.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/10-head.t line 33.
# Looks like you failed 12 tests of 13.
t/10-head.t ... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/13 subtests 

#   Failed test 'open OK'
#   at t/11-head.t line 15.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200, <$__ANONIO__> line 1.
# '
#     expected: undef

#   Failed test 'read1'
#   at t/11-head.t line 19.
#          got: 'Can't call method "read" on an undefined value at t/11-head.t line 19.
# '
#     expected: undef

#   Failed test ''
#   at t/11-head.t line 21.

#   Failed test 'data1'
#   at t/11-head.t line 23.

#   Failed test 'read2'
#   at t/11-head.t line 27.
#          got: 'Can't call method "read" on an undefined value at t/11-head.t line 27.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/11-head.t line 28.
#          got: '||'
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read3'
#   at t/11-head.t line 29.
#          got: 'Can't call method "read" on an undefined value at t/11-head.t line 29.
# '
#     expected: undef

#   Failed test 'data3'
#   at t/11-head.t line 30.
#          got: '||'
#     expected: '20160128|Paul Kantner|74'

#   Failed test 'read4'
#   at t/11-head.t line 31.
#          got: 'Can't call method "read" on an undefined value at t/11-head.t line 31.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/11-head.t line 32.
#          got: '||'
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'readN'
#   at t/11-head.t line 34.
#          got: 'Can't call method "read" on an undefined value at t/11-head.t line 34.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/11-head.t line 35.
# Looks like you failed 12 tests of 13.
t/11-head.t ... 
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/13 subtests 

#   Failed test 'open OK'
#   at t/20-error.t line 13.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'readN'
#   at t/20-error.t line 17.
#          got: 'Can't call method "read" on an undefined value at t/20-error.t line 17.
# '
#     expected: undef
# Looks like you failed 2 tests of 4.
t/20-error.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 

#   Failed test 'open OK'
#   at t/21-error.t line 13.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'read1'
#   at t/21-error.t line 17.
#          got: 'Can't call method "read" on an undefined value at t/21-error.t line 17.
# '
#     expected: undef

#   Failed test 'aref'
#   at t/21-error.t line 19.

#   Failed test 'data1'
#   at t/21-error.t line 21.

#   Failed test 'read2'
#   at t/21-error.t line 25.
#          got: 'Can't call method "read" on an undefined value at t/21-error.t line 25.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/21-error.t line 26.
#          got: ''
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read3'
#   at t/21-error.t line 28.
#                   'Can't call method "read" on an undefined value at t/21-error.t line 27.
# '
#     doesn't match '(?-xism:Incorrect number of fields: 4 \(should be 3\))'

#   Failed test 'read4'
#   at t/21-error.t line 29.
#          got: 'Can't call method "read" on an undefined value at t/21-error.t line 29.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/21-error.t line 30.
#          got: ''
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'readN'
#   at t/21-error.t line 32.
#          got: 'Can't call method "read" on an undefined value at t/21-error.t line 32.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/21-error.t line 33.
# Looks like you failed 11 tests of 12.
t/21-error.t .. 
Dubious, test returned 11 (wstat 2816, 0xb00)
Failed 11/12 subtests 

#   Failed test 'open OK'
#   at t/22-error.t line 13.
#          got: 'Can't locate object method "binmode" via package "IO::Handle" at /home/david/cpantesting/perl-5.10.1/.cpan/build/File-Text-CSV-0.02-0/blib/lib/File/Text/CSV.pm line 200.
# '
#     expected: undef

#   Failed test 'read1'
#   at t/22-error.t line 17.
#          got: 'Can't call method "read" on an undefined value at t/22-error.t line 17.
# '
#     expected: undef

#   Failed test 'aref'
#   at t/22-error.t line 19.

#   Failed test 'data1'
#   at t/22-error.t line 21.

#   Failed test 'read2'
#   at t/22-error.t line 25.
#          got: 'Can't call method "read" on an undefined value at t/22-error.t line 25.
# '
#     expected: undef

#   Failed test 'data2'
#   at t/22-error.t line 26.
#          got: ''
#     expected: '20160118|Glenn Frey|67'

#   Failed test 'read3'
#   at t/22-error.t line 28.
#                   'Can't call method "read" on an undefined value at t/22-error.t line 27.
# '
#     doesn't match '(?-xism:Incorrect number of fields: 2 \(should be 3\))'

#   Failed test 'read4'
#   at t/22-error.t line 29.
#          got: 'Can't call method "read" on an undefined value at t/22-error.t line 29.
# '
#     expected: undef

#   Failed test 'data4'
#   at t/22-error.t line 30.
#          got: ''
#     expected: '20160209|André van den Heuvel|88'

#   Failed test 'readN'
#   at t/22-error.t line 32.
#          got: 'Can't call method "read" on an undefined value at t/22-error.t line 32.
# '
#     expected: undef

#   Failed test 'EOF'
#   at t/22-error.t line 33.
# Looks like you failed 11 tests of 12.
t/22-error.t .. 
Dubious, test returned 11 (wstat 2816, 0xb00)
Failed 11/12 subtests 
t/23-error.t .. ok

Test Summary Report
-------------------
t/01-bare.t (Wstat: 3072 Tests: 13 Failed: 12)
  Failed tests:  2-13
  Non-zero exit status: 12
t/02-bare.t (Wstat: 3072 Tests: 13 Failed: 12)
  Failed tests:  2-13
  Non-zero exit status: 12
t/03-bare.t (Wstat: 3072 Tests: 13 Failed: 12)
  Failed tests:  2-13
  Non-zero exit status: 12
t/04-bare.t (Wstat: 3072 Tests: 13 Failed: 12)
  Failed tests:  2-13
  Non-zero exit status: 12
t/10-head.t (Wstat: 3072 Tests: 13 Failed: 12)
  Failed tests:  2-13
  Non-zero exit status: 12
t/11-head.t (Wstat: 3072 Tests: 13 Failed: 12)
  Failed tests:  2-13
  Non-zero exit status: 12
t/20-error.t (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 2
t/21-error.t (Wstat: 2816 Tests: 12 Failed: 11)
  Failed tests:  2-12
  Non-zero exit status: 11
t/22-error.t (Wstat: 2816 Tests: 12 Failed: 11)
  Failed tests:  2-12
  Non-zero exit status: 11
Files=11, Tests=109, 12 wallclock secs ( 0.13 usr  0.08 sys +  2.09 cusr  0.31 csys =  2.61 CPU)
Result: FAIL
Failed 9/11 test programs. 96/109 subtests failed.
make: *** [Makefile:846: test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Test::Fatal         0    0.016   
    Test::More          0    1.302188
    Text::CSV_XS        0    1.49    

build_requires:

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

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    LC_TERMINAL = iTerm2
    LC_TERMINAL_VERSION = 3.4.19
    NONINTERACTIVE_TESTING = 1
    PATH = /home/david/.nvm/versions/node/v18.13.0/bin:/home/david/.cargo/bin:/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin:/home/david/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL = 5.10.1
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 534098
    PERL5_CPAN_IS_RUNNING = 534098
    PERLBREW_HOME = /home/david/.perlbrew
    PERLBREW_MANPATH = /home/david/perl5/perlbrew/perls/perl-5.30.2/man
    PERLBREW_PATH = /home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin
    PERLBREW_PERL = perl-5.30.2
    PERLBREW_ROOT = /home/david/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.89
    PERLBREW_VERSION = 0.89
    PERLVER = 5.10.1
    PERL_INLINE_DIRECTORY = /home/david/.Inline-5.10.1
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 0
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/david/cpantesting/perl-5.10.1/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 24 25 27 29 30 44 46 109 1000
    $EGID = 1000 24 25 27 29 30 44 46 109 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.29    
    CPAN::Meta          2.143240
    Cwd                 3.30    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.44    
    File::Spec          3.30    
    JSON                4.10    
    JSON::PP            4.07    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.42    
    Test::More          1.302188
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9929  


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=5.10.0-11-amd64, archname=x86_64-linux-thread-multi
    uname='linux cpantesting-linux-utm 5.10.0-11-amd64 #1 smp debian 5.10.92-1 (2022-01-18) x86_64 gnulinux '
    config_args='-de -Dusethreads -Dprefix=/home/david/cpantesting/perl-5.10.1 -A ccflags=-fwrapv'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='10.2.1 20210110', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    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 -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -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'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under linux
  Compiled at Feb  5 2022 21:00:07
  %ENV:
    PERL="5.10.1"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="534098"
    PERL5_CPAN_IS_RUNNING="534098"
    PERLBREW_HOME="/home/david/.perlbrew"
    PERLBREW_MANPATH="/home/david/perl5/perlbrew/perls/perl-5.30.2/man"
    PERLBREW_PATH="/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin"
    PERLBREW_PERL="perl-5.30.2"
    PERLBREW_ROOT="/home/david/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.89"
    PERLBREW_VERSION="0.89"
    PERLVER="5.10.1"
    PERL_INLINE_DIRECTORY="/home/david/.Inline-5.10.1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /home/david/cpantesting/perl-5.10.1/lib/5.10.1/x86_64-linux-thread-multi
    /home/david/cpantesting/perl-5.10.1/lib/5.10.1
    /home/david/cpantesting/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux-thread-multi
    /home/david/cpantesting/perl-5.10.1/lib/site_perl/5.10.1
    .