HTML-Tidy5 v1.06 Perl 5 v5.16.3 x86_64-linux-thread-multi

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
HTML-Tidy5 v1.06
Platform
Perl 5 v5.16.3 x86_64-linux-thread-multi
Date
2019-10-27 10:17:21
ID
f66f2228-f8a2-11e9-8a13-72671f24ea8f
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 Andy Lester,

This is a computer-generated report for HTML-Tidy5-1.06
on perl 5.16.3, created by CPAN-Reporter-1.2011.

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:

none provided

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

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing HTML::Tidy5 1.06, tidy library version 5.4.0, Perl 5.016003, /usr/bin/perl

#   Failed test 'HTML::Tidy5 requires version 5.6.0 or higher of the tidy-html5 library'
#   at t/00-load.t line 15.
#     '5.4.0'
#         ge
#     '5.6.0'
# Looks like you failed 1 test of 2.
t/00-load.t ................ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
t/cfg-for-parse.t .......... ok
t/clean-crash.t ............ ok
t/clean.t .................. ok
t/drop-empty-elements.t .... ok

#   Failed test 'Should have exactly three messages'
#   at t/extra-quote.t line 33.
#          got: '3'
#     expected: '4'

#   Failed test 'Matching warnings'
#   at t/extra-quote.t line 37.
#     Structures begin differing at:
#          $got->[2] = '- (4:1) Warning: <img> lacks "alt" attribute'
#     $expected->[2] = '- (4:1) Warning: <img> illegal characters found in URI'
# Looks like you failed 2 tests of 4.
t/extra-quote.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 
    
    #   Failed test 'Fails on undef'
    #   at t/html_fragment_tidy_ok.t line 20.
    # STDOUT is:
    #     not ok 1 - Fails on undef
    # 
    # not:
    # not ok 1 - Fails on undef
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Fails on undef'
    #     #   at t/html_fragment_tidy_ok.t line 19.
    #     # Error: html_fragment_tidy_ok() got undef
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_fragment_tidy_ok\.t line 19.*\n?/
    # 
    # # Error: html_fragment_tidy_ok() got undef
    # 
    # as expected

#   Failed test 'html_fragment_tidy_ok fails on undef'
#   at t/html_fragment_tidy_ok.t line 21.
    
    #   Failed test 'Called html_tidy_ok on incomplete document'
    #   at t/html_fragment_tidy_ok.t line 44.
    # STDOUT is:
    #     not ok 1 - Called html_tidy_ok on incomplete document
    # 
    # not:
    # not ok 1 - Called html_tidy_ok on incomplete document
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Called html_tidy_ok on incomplete document'
    #     #   at t/html_fragment_tidy_ok.t line 43.
    #     # Errors: Called html_tidy_ok on incomplete document
    #     # (1:1) Warning: missing <!DOCTYPE> declaration
    #     # (1:1) Warning: inserting implicit <body>
    #     # (1:1) Warning: inserting missing 'title' element
    #     # 3 messages on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_fragment_tidy_ok\.t line 43.*\n?/
    # 
    # # Errors: Called html_tidy_ok on incomplete document
    # 
    # # (1:1) Warning: missing <!DOCTYPE> declaration
    # 
    # # (1:1) Warning: inserting implicit <body>
    # 
    # # (1:1) Warning: inserting missing 'title' element
    # 
    # # 3 messages on the page
    # 
    # as expected
    
    #   Failed test 'html_fragment_tidy_ok can handle it'
    #   at t/html_fragment_tidy_ok.t line 49.
    # STDOUT is:
    #     ok 1 - html_fragment_tidy_ok can handle it
    # 
    # not:
    # ok 1 - html_fragment_tidy_ok can handle it
    # 
    # as expected

#   Failed test 'html_tidy_ok fails on a fragment, but html_fragment_tidy_ok is OK'
#   at t/html_fragment_tidy_ok.t line 50.
    
    #   Failed test 'html_tidy_ok on sloppy doc'
    #   at t/html_fragment_tidy_ok.t line 74.
    # STDOUT is:
    #     not ok 1 - html_tidy_ok on sloppy doc
    # 
    # not:
    # not ok 1 - html_tidy_ok on sloppy doc
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'html_tidy_ok on sloppy doc'
    #     #   at t/html_fragment_tidy_ok.t line 73.
    #     # Errors: html_tidy_ok on sloppy doc
    #     # (1:1) Warning: missing <!DOCTYPE> declaration
    #     # (1:1) Warning: inserting implicit <body>
    #     # (2:59) Warning: discarding unexpected </td>
    #     # (1:1) Warning: inserting missing 'title' element
    #     # (3:5) Warning: <img> lacks "alt" attribute
    #     # 5 messages on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_fragment_tidy_ok\.t line 73.*\n?/
    # 
    # # Errors: html_tidy_ok on sloppy doc
    # 
    # # (1:1) Warning: missing <!DOCTYPE> declaration
    # 
    # # (1:1) Warning: inserting implicit <body>
    # 
    # # (2:59) Warning: discarding unexpected </td>
    # 
    # # (1:1) Warning: inserting missing 'title' element
    # 
    # # (3:5) Warning: <img> lacks "alt" attribute
    # 
    # # 5 messages on the page
    # 
    # as expected
    
    #   Failed test 'html_fragment_tidy_ok on sloppy doc'
    #   at t/html_fragment_tidy_ok.t line 85.
    # STDOUT is:
    #     not ok 1 - html_fragment_tidy_ok on sloppy doc
    # 
    # not:
    # not ok 1 - html_fragment_tidy_ok on sloppy doc
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'html_fragment_tidy_ok on sloppy doc'
    #     #   at t/html_fragment_tidy_ok.t line 84.
    #     # Errors: html_fragment_tidy_ok on sloppy doc
    #     # (2:59) Warning: discarding unexpected </td>
    #     # (3:5) Warning: <img> lacks "alt" attribute
    #     # 2 messages on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_fragment_tidy_ok\.t line 84.*\n?/
    # 
    # # Errors: html_fragment_tidy_ok on sloppy doc
    # 
    # # (2:59) Warning: discarding unexpected </td>
    # 
    # # (3:5) Warning: <img> lacks "alt" attribute
    # 
    # # 2 messages on the page
    # 
    # as expected

#   Failed test 'html_fragment_tidy_ok gets the same errors as html_tidy_ok'
#   at t/html_fragment_tidy_ok.t line 86.
# Looks like you failed 3 tests of 3.
t/html_fragment_tidy_ok.t .. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 
    
    #   Failed test 'Fails on undef'
    #   at t/html_tidy_ok.t line 21.
    # STDOUT is:
    #     not ok 1 - Fails on undef
    # 
    # not:
    # not ok 1 - Fails on undef
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Fails on undef'
    #     #   at t/html_tidy_ok.t line 20.
    #     # Error: html_tidy_ok() got undef
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_tidy_ok\.t line 20.*\n?/
    # 
    # # Error: html_tidy_ok() got undef
    # 
    # as expected

#   Failed test 'html_tidy_ok fails on undef'
#   at t/html_tidy_ok.t line 22.
    
    #   Failed test 'html_tidy_ok on full document works'
    #   at t/html_tidy_ok.t line 46.
    # STDOUT is:
    #     ok 1 - Called html_tidy_ok on full document
    # 
    # not:
    # ok 1 - Called html_tidy_ok on full document
    # 
    # as expected

#   Failed test 'html_tidy_ok without errors'
#   at t/html_tidy_ok.t line 47.
    
    #   Failed test 'html_tidy_ok works on incomplete document'
    #   at t/html_tidy_ok.t line 72.
    # STDOUT is:
    #     not ok 1 - Called html_tidy_ok on incomplete document
    # 
    # not:
    # not ok 1 - Called html_tidy_ok on incomplete document
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Called html_tidy_ok on incomplete document'
    #     #   at t/html_tidy_ok.t line 71.
    #     # Errors: Called html_tidy_ok on incomplete document
    #     # (1:1) Warning: missing <!DOCTYPE> declaration
    #     # (1:1) Warning: inserting implicit <body>
    #     # (1:1) Warning: inserting missing 'title' element
    #     # (3:5) Warning: <img> lacks "alt" attribute
    #     # (6:1) Warning: trimming empty <p>
    #     # 5 messages on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_tidy_ok\.t line 71.*\n?/
    # 
    # # Errors: Called html_tidy_ok on incomplete document
    # 
    # # (1:1) Warning: missing <!DOCTYPE> declaration
    # 
    # # (1:1) Warning: inserting implicit <body>
    # 
    # # (1:1) Warning: inserting missing 'title' element
    # 
    # # (3:5) Warning: <img> lacks "alt" attribute
    # 
    # # (6:1) Warning: trimming empty <p>
    # 
    # # 5 messages on the page
    # 
    # as expected

#   Failed test 'html_tidy_ok with failures'
#   at t/html_tidy_ok.t line 73.
    
    #   Failed test 'html_tidy_ok works on empty paragraph'
    #   at t/html_tidy_ok.t line 103.
    # STDOUT is:
    #     not ok 1 - Empty paragraph
    # 
    # not:
    # not ok 1 - Empty paragraph
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Empty paragraph'
    #     #   at t/html_tidy_ok.t line 102.
    #     # Errors: Empty paragraph
    #     # (12:9) Warning: trimming empty <p>
    #     # 1 message on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_tidy_ok\.t line 102.*\n?/
    # 
    # # Errors: Empty paragraph
    # 
    # # (12:9) Warning: trimming empty <p>
    # 
    # # 1 message on the page
    # 
    # as expected
    
    #   Failed test 'html_tidy_ok with user-specified tidy works'
    #   at t/html_tidy_ok.t line 110.
    # STDOUT is:
    #     ok 1 - Relaxed tidy
    # 
    # not:
    # ok 1 - Relaxed tidy
    # 
    # as expected

#   Failed test 'Test passing our own Tidy object'
#   at t/html_tidy_ok.t line 111.
    
    #   Failed test 'html_tidy_ok works on very bad HTML'
    #   at t/html_tidy_ok.t line 145.
    # STDOUT is:
    #     not ok 1 - Very bad HTML
    # 
    # not:
    # not ok 1 - Very bad HTML
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Very bad HTML'
    #     #   at t/html_tidy_ok.t line 144.
    #     # Errors: Very bad HTML
    #     # (10:9) Warning: missing </table> before </body>
    #     # (9:13) Warning: <img> lacks "alt" attribute
    #     # (9:13) Warning: <img> lacks "src" attribute
    #     # (10:9) Warning: trimming empty <table>
    #     # 4 messages on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_tidy_ok\.t line 144.*\n?/
    # 
    # # Errors: Very bad HTML
    # 
    # # (10:9) Warning: missing </table> before </body>
    # 
    # # (9:13) Warning: <img> lacks "alt" attribute
    # 
    # # (9:13) Warning: <img> lacks "src" attribute
    # 
    # # (10:9) Warning: trimming empty <table>
    # 
    # # 4 messages on the page
    # 
    # as expected
    
    #   Failed test 'html_tidy_ok works on empty paragraph'
    #   at t/html_tidy_ok.t line 173.
    # STDOUT is:
    #     not ok 1 - Empty paragraph
    # 
    # not:
    # not ok 1 - Empty paragraph
    # 
    # as expected
    # STDERR is:
    #     #   Failed test 'Empty paragraph'
    #     #   at t/html_tidy_ok.t line 172.
    #     # Errors: Empty paragraph
    #     # (12:9) Warning: trimming empty <p>
    #     # 1 message on the page
    # 
    # not:
    # /#\s+Failed\ test.*?\n?.*?at\ t\/html_tidy_ok\.t line 172.*\n?/
    # 
    # # Errors: Empty paragraph
    # 
    # # (12:9) Warning: trimming empty <p>
    # 
    # # 1 message on the page
    # 
    # as expected
    
    #   Failed test 'Reusing tidy object with good HTML works'
    #   at t/html_tidy_ok.t line 193.
    # STDOUT is:
    #     ok 1 - Good HTML
    # 
    # not:
    # ok 1 - Good HTML
    # 
    # as expected

#   Failed test 'Reusing a tidy object'
#   at t/html_tidy_ok.t line 195.
# Looks like you failed 5 tests of 5.
t/html_tidy_ok.t ........... 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests 

#   Failed test 'Matching warnings'
#   at t/ignore-text.t line 34.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = 'DATA (24:XX) Info: value for attribute "height" missing quote marks'
# Looks like you failed 1 test of 3.
t/ignore-text.t ............ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

#   Failed test 'Matching warnings'
#   at t/ignore.t line 40.
#     Structures begin differing at:
#          $got->[2] = Does not exist
#     $expected->[2] = '- (24:XX) Info: value for attribute "height" missing quote marks'
# Looks like you failed 1 test of 9.
t/ignore.t ................. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests 
t/illegal-options.t ........ ok

#   Failed test 'Matching messages'
#   at t/levels.t line 30.
#     Structures begin differing at:
#          $got->[3] = Does not exist
#     $expected->[3] = '- (24:XX) Info: value for attribute "height" missing quote marks'
# Looks like you failed 1 test of 3.
t/levels.t ................. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/message.t ................ ok
t/new-tags.t ............... ok
t/opt-00.t ................. ok
t/parse-errors.t ........... ok
t/parse.t .................. ok
t/perfect.t ................ ok
t/roundtrip.t .............. ok
t/segfault-form.t .......... ok
    
    #   Failed test at t/show-info.t line 33.
    #     Structures begin differing at:
    #          $got->[0] = Does not exist
    #     $expected->[0] = 'test (6:5) Info: value for attribute "id" missing quote marks'
    # Looks like you failed 1 test of 2.

#   Failed test 'default constructor shows info'
#   at t/show-info.t line 36.
    
    #   Failed test at t/show-info.t line 45.
    #     Structures begin differing at:
    #          $got->[0] = Does not exist
    #     $expected->[0] = 'test (6:5) Info: value for attribute "id" missing quote marks'
    # Looks like you failed 1 test of 2.

#   Failed test 'show_info => 1 shows info'
#   at t/show-info.t line 48.
# Looks like you failed 2 tests of 3.
t/show-info.t .............. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests 
t/simple.t ................. ok

#   Failed test 'Error message matches'
#   at t/too-many-titles.t line 26.
#                   '- (5:9) Warning: too many title elements in <head>'
#     doesn't match '(?^:^- \(3:5\) Warning: too many title elements in <(head|title)>$)'
# Looks like you failed 1 test of 4.
t/too-many-titles.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 
t/unicode-nbsp.t ........... ok
t/unicode.t ................ ok
t/venus.t .................. ok
t/version.t ................ ok
t/wordwrap.t ............... ok

Test Summary Report
-------------------
t/00-load.t              (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/extra-quote.t          (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  3-4
  Non-zero exit status: 2
t/html_fragment_tidy_ok.t (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
t/html_tidy_ok.t         (Wstat: 1280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 5
t/ignore-text.t          (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/ignore.t               (Wstat: 256 Tests: 9 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/levels.t               (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/show-info.t            (Wstat: 512 Tests: 3 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/too-many-titles.t      (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
Files=28, Tests=95,  1 wallclock secs ( 0.20 usr  0.06 sys +  1.12 cusr  0.28 csys =  1.66 CPU)
Result: FAIL
Failed 9/28 test programs. 17/95 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    Carp                0        1.26    
    constant            0        1.27    
    Encode              0        2.51    
    Exporter            0        5.68    
    Getopt::Long        0        2.4     
    perl                5.010001 5.016003
    Test::Builder       0        0.98    
    Test::Exception     0        0.43    
    Test::More          0.98     0.98    

build_requires:

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

configure_requires:

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


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

Environment variables:

    LANG = en_US.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2019102710/Test-Exception-0.43-TI9qn0/blib/arch:/home/cpansand/.cpan/build/2019102710/Test-Exception-0.43-TI9qn0/blib/lib:/home/cpansand/.cpan/build/2019102710/Sub-Uplevel-0.2800-smTSnX/blib/arch:/home/cpansand/.cpan/build/2019102710/Sub-Uplevel-0.2800-smTSnX/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 26825
    PERL5_CPAN_IS_RUNNING = 26825
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2124,26825
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019102708/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2019102708

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

    $^X = /usr/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.120921
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280206
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 6.68    
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.40    
    JSON                n/a     
    JSON::PP            2.27202 
    Module::Build       0.4005  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.28    
    Test::More          0.98    
    YAML                n/a     
    YAML::Syck          1.27    
    version             0.9907  


--

Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
   
  Platform:
    osname=linux, osvers=3.10.0-693.17.1.el7.x86_64, archname=x86_64-linux-thread-multi
    uname='linux x86-01.bsys.centos.org 3.10.0-693.17.1.el7.x86_64 #1 smp thu jan 25 20:13:58 utc 2018 x86_64 x86_64 x86_64 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -Dccdlflags=-Wl,--enable-new-dtags -Dlddlflags=-shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -Wl,-z,relro  -DDEBUGGING=-g -Dversion=5.16.3 -Dmyhostname=localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib64/perl5 -Dprivlib=/usr/share/perl5 -Dvendorlib=/usr/share/perl5/vendor_perl -Darchlib=/usr/lib64/perl5 -Dvendorarch=/usr/lib64/perl5/vendor_perl -Darchname=x86_64-linux-thread-multi -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Dusedtrace=/usr/bin/dtrace -Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud_setprotoent_r_proto -Ud_endservent_r_proto -Ud_setservent_r_proto -Dscriptdir=/usr/bin -Dusesitecustomize'
    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='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.8.5 20150623 (Red Hat 4.8.5-36)', 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='gcc', ldflags =' -fstack-protector'
    libpth=/usr/local/lib64 /lib64 /usr/lib64
    libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro '


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV 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_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API USE_SITECUSTOMIZE
  Locally applied patches:
	Fedora Patch1: Removes date check, Fedora/RHEL specific
	Fedora Patch3: support for libdir64
	Fedora Patch4: use libresolv instead of libbind
	Fedora Patch5: USE_MM_LD_RUN_PATH
	Fedora Patch6: Skip hostname tests, due to builders not being network capable
	Fedora Patch7: Dont run one io test due to random builder failures
	Fedora Patch9: Fix find2perl to translate ? glob properly (RT#113054)
	Fedora Patch10: Fix broken atof (RT#109318)
	Fedora Patch13: Clear $@ before "do" I/O error (RT#113730)
	Fedora Patch14: Do not truncate syscall() return value to 32 bits (RT#113980)
	Fedora Patch15: Override the Pod::Simple::parse_file (CPANRT#77530)
	Fedora Patch16: Do not leak with attribute on my variable (RT#114764)
	Fedora Patch17: Allow operator after numeric keyword argument (RT#105924)
	Fedora Patch18: Extend stack in File::Glob::glob, (RT#114984)
	Fedora Patch19: Do not crash when vivifying $|
	Fedora Patch20: Fix misparsing of maketext strings (CVE-2012-6329)
	Fedora Patch21: Add NAME headings to CPAN modules (CPANRT#73396)
	Fedora Patch22: Fix leaking tied hashes (RT#107000) [1]
	Fedora Patch23: Fix leaking tied hashes (RT#107000) [2]
	Fedora Patch24: Fix leaking tied hashes (RT#107000) [3]
	Fedora Patch25: Fix dead lock in PerlIO after fork from thread (RT#106212)
	Fedora Patch26: Make regexp safe in a signal handler (RT#114878)
	Fedora Patch27: Update h2ph(1) documentation (RT#117647)
	Fedora Patch28: Update pod2html(1) documentation (RT#117623)
	Fedora Patch29: Document Math::BigInt::CalcEmu requires Math::BigInt (CPAN RT#85015)
	RHEL Patch30: Use stronger algorithm needed for FIPS in t/op/crypt.t (RT#121591)
	RHEL Patch31: Make *DBM_File desctructors thread-safe (RT#61912)
	RHEL Patch32: Use stronger algorithm needed for FIPS in t/op/taint.t (RT#123338)
	RHEL Patch33: Remove CPU-speed-sensitive test in Benchmark test
	RHEL Patch34: Make File::Glob work with threads again
	RHEL Patch35: Fix CRLF conversion in ASCII FTP upload (CPAN RT#41642)
	RHEL Patch36: Do not leak the temp utf8 copy of namepv (CPAN RT#123786)
	RHEL Patch37: Fix duplicating PerlIO::encoding when spawning threads (RT#31923)
	RHEL Patch38: Add SSL support to Net::SMTP (CPAN RT#93823) [1]
	RHEL Patch39: Add SSL support to Net::SMTP (CPAN RT#93823) [2]
	RHEL Patch40: Add SSL support to Net::SMTP (CPAN RT#93823) [3]
	RHEL Patch41: Add SSL support to Net::SMTP (CPAN RT#93823) [4]
	RHEL Patch42: Do not overload ".." in Math::BigInt (CPAN RT#80182)
	RHEL Patch43: Fix CVE-2018-18311 Integer overflow leading to buffer overflow
  Built under linux
  Compiled at Jan 21 2019 22:09:19
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2019102710/Test-Exception-0.43-TI9qn0/blib/arch:/home/cpansand/.cpan/build/2019102710/Test-Exception-0.43-TI9qn0/blib/lib:/home/cpansand/.cpan/build/2019102710/Sub-Uplevel-0.2800-smTSnX/blib/arch:/home/cpansand/.cpan/build/2019102710/Sub-Uplevel-0.2800-smTSnX/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="26825"
    PERL5_CPAN_IS_RUNNING="26825"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="2124,26825"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019102708/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/cpansand/.cpan/build/2019102710/Test-Exception-0.43-TI9qn0/blib/arch
    /home/cpansand/.cpan/build/2019102710/Test-Exception-0.43-TI9qn0/blib/lib
    /home/cpansand/.cpan/build/2019102710/Sub-Uplevel-0.2800-smTSnX/blib/arch
    /home/cpansand/.cpan/build/2019102710/Sub-Uplevel-0.2800-smTSnX/blib/lib
    /usr/local/lib64/perl5
    /usr/local/share/perl5
    /usr/lib64/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/lib64/perl5
    /usr/share/perl5
    .