Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL HTML-Widget-1.11 v5.24.1 GNU/Linux
Date: 2017-08-04T01:52:44Z
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 Carl Franks,
This is a computer-generated report for HTML-Widget-1.11
on perl 5.24.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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
"/opt/perl-5.24.1/bin/perl" "-Iinc" Makefile.PL --config= --installdeps=Module::Pluggable::Fast,0
Cannot determine perl version info from lib/HTML/Widget.pm
PERL_DL_NONLAZY=1 "/opt/perl-5.24.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/04basic.t t/05strict.t t/06bugs_ascii_space.t t/06bugs_callbackone_missing_param.t t/06bugs_constraint_range_zero_max.t t/06bugs_constraint_range_zero_min.t t/06bugs_in_value_empty.t t/06bugs_name_regex_chars.t t/06bugs_result_elements_warnings.t t/06bugs_result_params_multiple.t t/06bugs_select_empty_options.t t/06bugs_select_zero_key_constraint.t t/06bugs_value_empty_string.t t/06bugs_value_no_default.t t/06bugs_value_zero.t t/06bugs_widget_get_elements.t t/06bugs_widget_name_zero.t t/06bugs_xml_escape.t t/06bugs_zero_value_xml.t t/06bugs_zero_xml.t t/07custom_render.t t/08constraint_all.t t/08empty_errors.t t/08filter_all.t t/09nested_embed.t t/10explicit_ids.t t/10no_name.t t/attributes.t t/constraint_all.t t/constraint_allornone.t t/constraint_any.t t/constraint_ascii.t t/constraint_bool.t t/constraint_callback.t t/constraint_callbackonce.t t/constraint_custom_namespace.t t/constraint_date.t t/constraint_datetime.t t/constraint_dependon.t t/constraint_email.t t/constraint_equal.t t/constraint_http.t t/constraint_in.t t/constraint_integer.t t/constraint_length.t t/constraint_number.t t/constraint_printable.t t/constraint_range.t t/constraint_regex.t t/constraint_singlevalue.t t/constraint_string.t t/constraint_time.t t/element_block.t t/element_button.t t/element_button_tag.t t/element_checkbox.t t/element_custom_namespace.t t/element_hidden.t t/element_password.t t/element_radio.t t/element_radiogroup.t t/element_radiogroup_constrain_values.t t/element_reset.t t/element_select.t t/element_select_constrain_options.t t/element_span.t t/element_submit.t t/element_textarea.t t/element_textfield.t t/element_upload.t t/filter_callback.t t/filter_htmlescape.t t/filter_htmlstrip.t t/filter_lowercase.t t/filter_trimedges.t t/filter_uppercase.t t/filter_whitespace.t t/get_constraint.t t/get_constraints.t t/get_element.t t/get_elements.t t/get_errors.t t/get_filter.t t/get_filters.t t/result_add_error.t t/retain_default.t t/submitted.t
t/01use.t ................................ ok
t/02pod.t ................................ skipped: set TEST_POD to enable this test
t/03podcoverage.t ........................ skipped: set TEST_POD to enable this test
# Failed test 'JavScript XML output is ok'
# at t/04basic.t line 85.
# got: '<script type="text/javascript">
# <!--
#
# //-->
# </script>'
# expected: '<script type="text/javascript">
# <!--
#
# //-->
# </script>
# '
# Looks like you failed 1 test of 36.
t/04basic.t ..............................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/36 subtests
t/05strict.t ............................. ok
t/06bugs_ascii_space.t ................... ok
t/06bugs_callbackone_missing_param.t ..... ok
t/06bugs_constraint_range_zero_max.t ..... ok
t/06bugs_constraint_range_zero_min.t ..... ok
t/06bugs_in_value_empty.t ................ ok
t/06bugs_name_regex_chars.t .............. ok
t/06bugs_result_elements_warnings.t ...... ok
t/06bugs_result_params_multiple.t ........ ok
t/06bugs_select_empty_options.t .......... ok
t/06bugs_select_zero_key_constraint.t .... ok
t/06bugs_value_empty_string.t ............ ok
t/06bugs_value_no_default.t .............. ok
t/06bugs_value_zero.t .................... ok
t/06bugs_widget_get_elements.t ........... ok
t/06bugs_widget_name_zero.t .............. ok
# Failed test ''
# at t/06bugs_xml_escape.t line 26.
# '<form id="widget" method="post"><fieldset class="widget_fieldset"><input class="textfield" id="widget_foo" name="foo" type="text" value="é" /><input class="hidden" id="widget_bar" name="bar" type="hidden" value="" foo >" /></fieldset></form>
# '
# doesn't match '(?^:value="" foo >")'
# Looks like you failed 1 test of 2.
t/06bugs_xml_escape.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/06bugs_zero_value_xml.t ................ ok
t/06bugs_zero_xml.t ...................... ok
# Failed test 'JavScript XML output is ok'
# at t/07custom_render.t line 122.
# got: '<script type="text/javascript">
# <!--
#
# //-->
# </script>'
# expected: '<script type="text/javascript">
# <!--
#
# //-->
# </script>
# '
# Looks like you failed 1 test of 46.
t/07custom_render.t ......................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/46 subtests
t/08constraint_all.t ..................... ok
t/08empty_errors.t ....................... ok
t/08filter_all.t ......................... ok
t/09nested_embed.t ....................... ok
t/10explicit_ids.t ....................... ok
t/10no_name.t ............................ ok
t/attributes.t ........................... ok
t/constraint_all.t ....................... ok
t/constraint_allornone.t ................. ok
t/constraint_any.t ....................... ok
t/constraint_ascii.t ..................... ok
t/constraint_bool.t ...................... ok
t/constraint_callback.t .................. ok
t/constraint_callbackonce.t .............. ok
t/constraint_custom_namespace.t .......... ok
t/constraint_date.t ...................... ok
t/constraint_datetime.t .................. ok
t/constraint_dependon.t .................. ok
t/constraint_email.t ..................... ok
t/constraint_equal.t ..................... ok
t/constraint_http.t ...................... ok
t/constraint_in.t ........................ ok
t/constraint_integer.t ................... ok
t/constraint_length.t .................... ok
t/constraint_number.t .................... ok
t/constraint_printable.t ................. ok
t/constraint_range.t ..................... ok
t/constraint_regex.t ..................... ok
t/constraint_singlevalue.t ............... ok
t/constraint_string.t .................... ok
t/constraint_time.t ...................... ok
t/element_block.t ........................ ok
t/element_button.t ....................... ok
t/element_button_tag.t ................... ok
t/element_checkbox.t ..................... ok
t/element_custom_namespace.t ............. ok
t/element_hidden.t ....................... ok
t/element_password.t ..................... ok
t/element_radio.t ........................ ok
t/element_radiogroup.t ................... ok
t/element_radiogroup_constrain_values.t .. ok
t/element_reset.t ........................ ok
t/element_select.t ....................... ok
t/element_select_constrain_options.t ..... ok
t/element_span.t ......................... ok
t/element_submit.t ....................... ok
t/element_textarea.t ..................... ok
t/element_textfield.t .................... ok
t/element_upload.t ....................... ok
t/filter_callback.t ...................... ok
t/filter_htmlescape.t .................... ok
t/filter_htmlstrip.t ..................... ok
t/filter_lowercase.t ..................... ok
t/filter_trimedges.t ..................... ok
t/filter_uppercase.t ..................... ok
t/filter_whitespace.t .................... ok
t/get_constraint.t ....................... ok
t/get_constraints.t ...................... ok
t/get_element.t .......................... ok
t/get_elements.t ......................... ok
# Failed test 'Errors correct with no params'
# at t/get_errors.t line 30.
# Structures begin differing at:
# $got->[0] = 'Baz error'
# $expected->[0] = 'bad foo'
# Failed test 'Errors correct with no params'
# at t/get_errors.t line 88.
# Structures begin differing at:
# $got->[0] = 'Baz error'
# $expected->[0] = 'bad foo'
# Looks like you failed 2 tests of 6.
t/get_errors.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
t/get_filter.t ........................... ok
t/get_filters.t .......................... ok
t/result_add_error.t ..................... ok
t/retain_default.t ....................... ok
t/submitted.t ............................ ok
Test Summary Report
-------------------
t/04basic.t (Wstat: 256 Tests: 36 Failed: 1)
Failed test: 26
Non-zero exit status: 1
t/06bugs_xml_escape.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/07custom_render.t (Wstat: 256 Tests: 46 Failed: 1)
Failed test: 37
Non-zero exit status: 1
t/get_errors.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 1, 5
Non-zero exit status: 2
Files=90, Tests=625, 15 wallclock secs ( 0.19 usr 0.32 sys + 9.56 cusr 5.50 csys = 15.57 CPU)
Result: FAIL
Failed 4/90 test programs. 5/625 subtests failed.
Makefile:1003: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------ ---- -------
Class::Accessor::Chained::Fast 0 0
Class::Accessor::Fast 0 0.34
Class::Data::Accessor 0 0.04004
Date::Calc 0 6.4
Email::Valid 0 1.202
HTML::Element 3.22 5.06
HTML::Scrubber 0 0.15
Module::Pluggable::Fast 0 0.19
Scalar::Util 0 1.48
Storable 0 2.56_01
Test::NoWarnings 0 1.04
build_requires:
Module Need Have
------------------------------ ---- -------
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
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/2017080400/Module-Pluggable-Fast-0.19-1hAUHb/blib/arch:/home/cpansand/.cpan/build/2017080400/Module-Pluggable-Fast-0.19-1hAUHb/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-HTML-Scrubber-0.02-nNeroR/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-HTML-Scrubber-0.02-nNeroR/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ForwardChained-0.03-ayFNbw/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ForwardChained-0.03-ayFNbw/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Messages-0.02-CFoXw3/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Messages-0.02-CFoXw3/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Auto-0.18-8Nfg1D/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Auto-0.18-8Nfg1D/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-0.15-15vRxh/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-0.15-15vRxh/blib/lib:/home/cpansand/.cpan/build/2017080400/FormValidator-Simple-0.29-PETIFb/blib/arch:/home/cpansand/.cpan/build/2017080400/FormValidator-Simple-0.29-PETIFb/blib/lib:/home/cpansand/.cpan/build/2017080400/Class-Data-Accessor-0.04004-9biCiV/blib/arch:/home/cpansand/.cpan/build/2017080400/Class-Data-Accessor-0.04004-9biCiV/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-0.094-PX6X7_/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-0.094-PX6X7_/blib/lib:/home/cpansand/.cpan/build/2017080400/Data-FormValidator-4.86-8wm0st/blib/arch:/home/cpansand/.cpan/build/2017080400/Data-FormValidator-4.86-8wm0st/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-ForceUTF8-0.02-uPC_od/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-ForceUTF8-0.02-uPC_od/blib/lib:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-ForceUTF8-0.03-cPCHHh/blib/arch:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-ForceUTF8-0.03-cPCHHh/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-0.12-gXJrrj/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-0.12-gXJrrj/blib/lib:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-2.21-DK0j7F/blib/arch:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-2.21-DK0j7F/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-File-RotateLogs-0.05-Zz6pET/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-File-RotateLogs-0.05-Zz6pET/blib/lib:/home/cpansand/.cpan/build/2017080400/File-RotateLogs-0.08-HXc4aH/blib/arch:/home/cpansand/.cpan/build/2017080400/File-RotateLogs-0.08-HXc4aH/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Environment-0.02-WDwPc_/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Environment-0.02-WDwPc_/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EncryptID-0.02-KVvt1k/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EncryptID-0.02-KVvt1k/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EnableMiddleware-0.006-NAf0Na/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EnableMiddleware-0.006-NAf0Na/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Page-0.26-qp9eiB/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Page-0.26-qp9eiB/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Japanese-0.07-0_mOR2/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Japanese-0.07-0_mOR2/blib/lib:/home/cpansand/.cpan/build/2017080400/Template-Provider-Encoding-0.10-2XUrgQ/blib/arch:/home/cpansand/.cpan/build/2017080400/Template-Provider-Encoding-0.10-2XUrgQ/blib/lib:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-HTML-Japanese-0.06-Dgh2XT/blib/arch:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-HTML-Japanese-0.06-Dgh2XT/blib/lib:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-Japanese-0.08-qTSGxs/blib/arch:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-Japanese-0.08-qTSGxs/blib/lib:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-0.02-k7SbJc/blib/arch:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-0.02-k7SbJc/blib/lib:/home/cpansand/.cpan/build/2017080400/Jcode-2.07-r0QU2K/blib/arch:/home/cpansand/.cpan/build/2017080400/Jcode-2.07-r0QU2K/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-0.09-63_dTn/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-0.09-63_dTn/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DefaultEnd-0.08-y3aAH6/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DefaultEnd-0.08-y3aAH6/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DateTime-0.03-Y2Ap9S/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DateTime-0.03-Y2Ap9S/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CurrentComponents-0.007-DzsS2U/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CurrentComponents-0.007-DzsS2U/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CookiedSession-0.35-NNiCru/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CookiedSession-0.35-NNiCru/blib/lib:/home/cpansand/.cpan/build/2017080400/JSON-XS-VersionOneAndTwo-0.31-LKE4Fv/blib/arch:/home/cpansand/.cpan/build/2017080400/JSON-XS-VersionOneAndTwo-0.31-LKE4Fv/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-MultiState-0.08-gUcJLs/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-MultiState-0.08-gUcJLs/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-Environment-0.07-FB9kFe/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-Environment-0.07-FB9kFe/blib/lib:/home/cpansand/.cpan/build/2017080400/CatalystX-ComponentsFromConfig-1.006-RFxWC_/blib/arch:/home/cpansand/.cpan/build/2017080400/CatalystX-ComponentsFromConfig-1.006-RFxWC_/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-View-Reproxy-0.05-gsAxOA/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-View-Reproxy-0.05-gsAxOA/blib/lib:/home/cpansand/.cpan/build/2017080400/HTTP-Server-Simple-Static-0.12-0YRej6/blib/arch:/home/cpansand/.cpan/build/2017080400/HTTP-Server-Simple-Static-0.12-0YRej6/blib/lib:/home/cpansand/.cpan/build/2017080400/File-LibMagic-1.15-NP0Oxw/blib/arch:/home/cpansand/.cpan/build/2017080400/File-LibMagic-1.15-NP0Oxw/blib/lib:/home/cpansand/.cpan/build/2017080400/File-MMagic-1.30-d2PGCE/blib/arch:/home/cpansand/.cpan/build/2017080400/File-MMagic-1.30-d2PGCE/blib/lib:/home/cpansand/.cpan/build/2017080400/Cpanel-JSON-XS-3.0237-eg91uy/blib/arch:/home/cpansand/.cpan/build/2017080400/Cpanel-JSON-XS-3.0237-eg91uy/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 12044
PERL5_CPAN_IS_RUNNING = 12044
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 15491,12044
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017080318/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017080318
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.24.1/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.11_01
CPAN::Meta 2.150005
Cwd 3.63_01
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.31
File::Spec 3.63_01
JSON 2.94
JSON::PP 2.94
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 1.4417_001
Test::Harness 3.36_01
Test::More 1.302086
YAML 1.23
YAML::Syck 1.30
version 0.9916
--
Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
Platform:
osname=linux, osvers=4.9.0-3-amd64, archname=x86_64-linux
uname='linux debian9 4.9.0-3-amd64 #1 smp debian 4.9.30-2+deb9u1 (2017-06-18) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.24.1 -Dcf_email=srezic@cpan.org'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
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='6.3.0 20170516', 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/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.24.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.24'
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_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV 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 Jun 23 2017 20:31:37
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2017080400/Module-Pluggable-Fast-0.19-1hAUHb/blib/arch:/home/cpansand/.cpan/build/2017080400/Module-Pluggable-Fast-0.19-1hAUHb/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-HTML-Scrubber-0.02-nNeroR/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-HTML-Scrubber-0.02-nNeroR/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ForwardChained-0.03-ayFNbw/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ForwardChained-0.03-ayFNbw/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Messages-0.02-CFoXw3/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Messages-0.02-CFoXw3/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Auto-0.18-8Nfg1D/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Auto-0.18-8Nfg1D/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-0.15-15vRxh/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-0.15-15vRxh/blib/lib:/home/cpansand/.cpan/build/2017080400/FormValidator-Simple-0.29-PETIFb/blib/arch:/home/cpansand/.cpan/build/2017080400/FormValidator-Simple-0.29-PETIFb/blib/lib:/home/cpansand/.cpan/build/2017080400/Class-Data-Accessor-0.04004-9biCiV/blib/arch:/home/cpansand/.cpan/build/2017080400/Class-Data-Accessor-0.04004-9biCiV/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-0.094-PX6X7_/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-0.094-PX6X7_/blib/lib:/home/cpansand/.cpan/build/2017080400/Data-FormValidator-4.86-8wm0st/blib/arch:/home/cpansand/.cpan/build/2017080400/Data-FormValidator-4.86-8wm0st/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-ForceUTF8-0.02-uPC_od/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-ForceUTF8-0.02-uPC_od/blib/lib:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-ForceUTF8-0.03-cPCHHh/blib/arch:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-ForceUTF8-0.03-cPCHHh/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-0.12-gXJrrj/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-0.12-gXJrrj/blib/lib:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-2.21-DK0j7F/blib/arch:/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-2.21-DK0j7F/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-File-RotateLogs-0.05-Zz6pET/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-File-RotateLogs-0.05-Zz6pET/blib/lib:/home/cpansand/.cpan/build/2017080400/File-RotateLogs-0.08-HXc4aH/blib/arch:/home/cpansand/.cpan/build/2017080400/File-RotateLogs-0.08-HXc4aH/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Environment-0.02-WDwPc_/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Environment-0.02-WDwPc_/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EncryptID-0.02-KVvt1k/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EncryptID-0.02-KVvt1k/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EnableMiddleware-0.006-NAf0Na/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EnableMiddleware-0.006-NAf0Na/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Page-0.26-qp9eiB/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Page-0.26-qp9eiB/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Japanese-0.07-0_mOR2/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Japanese-0.07-0_mOR2/blib/lib:/home/cpansand/.cpan/build/2017080400/Template-Provider-Encoding-0.10-2XUrgQ/blib/arch:/home/cpansand/.cpan/build/2017080400/Template-Provider-Encoding-0.10-2XUrgQ/blib/lib:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-HTML-Japanese-0.06-Dgh2XT/blib/arch:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-HTML-Japanese-0.06-Dgh2XT/blib/lib:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-Japanese-0.08-qTSGxs/blib/arch:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-Japanese-0.08-qTSGxs/blib/lib:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-0.02-k7SbJc/blib/arch:/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-0.02-k7SbJc/blib/lib:/home/cpansand/.cpan/build/2017080400/Jcode-2.07-r0QU2K/blib/arch:/home/cpansand/.cpan/build/2017080400/Jcode-2.07-r0QU2K/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-0.09-63_dTn/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-0.09-63_dTn/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DefaultEnd-0.08-y3aAH6/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DefaultEnd-0.08-y3aAH6/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DateTime-0.03-Y2Ap9S/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DateTime-0.03-Y2Ap9S/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CurrentComponents-0.007-DzsS2U/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CurrentComponents-0.007-DzsS2U/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CookiedSession-0.35-NNiCru/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CookiedSession-0.35-NNiCru/blib/lib:/home/cpansand/.cpan/build/2017080400/JSON-XS-VersionOneAndTwo-0.31-LKE4Fv/blib/arch:/home/cpansand/.cpan/build/2017080400/JSON-XS-VersionOneAndTwo-0.31-LKE4Fv/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-MultiState-0.08-gUcJLs/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-MultiState-0.08-gUcJLs/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-Environment-0.07-FB9kFe/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-Environment-0.07-FB9kFe/blib/lib:/home/cpansand/.cpan/build/2017080400/CatalystX-ComponentsFromConfig-1.006-RFxWC_/blib/arch:/home/cpansand/.cpan/build/2017080400/CatalystX-ComponentsFromConfig-1.006-RFxWC_/blib/lib:/home/cpansand/.cpan/build/2017080400/Catalyst-View-Reproxy-0.05-gsAxOA/blib/arch:/home/cpansand/.cpan/build/2017080400/Catalyst-View-Reproxy-0.05-gsAxOA/blib/lib:/home/cpansand/.cpan/build/2017080400/HTTP-Server-Simple-Static-0.12-0YRej6/blib/arch:/home/cpansand/.cpan/build/2017080400/HTTP-Server-Simple-Static-0.12-0YRej6/blib/lib:/home/cpansand/.cpan/build/2017080400/File-LibMagic-1.15-NP0Oxw/blib/arch:/home/cpansand/.cpan/build/2017080400/File-LibMagic-1.15-NP0Oxw/blib/lib:/home/cpansand/.cpan/build/2017080400/File-MMagic-1.30-d2PGCE/blib/arch:/home/cpansand/.cpan/build/2017080400/File-MMagic-1.30-d2PGCE/blib/lib:/home/cpansand/.cpan/build/2017080400/Cpanel-JSON-XS-3.0237-eg91uy/blib/arch:/home/cpansand/.cpan/build/2017080400/Cpanel-JSON-XS-3.0237-eg91uy/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="12044"
PERL5_CPAN_IS_RUNNING="12044"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="15491,12044"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017080318/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/home/cpansand/.cpan/build/2017080400/Module-Pluggable-Fast-0.19-1hAUHb/blib/arch
/home/cpansand/.cpan/build/2017080400/Module-Pluggable-Fast-0.19-1hAUHb/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-HTML-Scrubber-0.02-nNeroR/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-HTML-Scrubber-0.02-nNeroR/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ForwardChained-0.03-ayFNbw/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ForwardChained-0.03-ayFNbw/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Messages-0.02-CFoXw3/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Messages-0.02-CFoXw3/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Auto-0.18-8Nfg1D/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-Auto-0.18-8Nfg1D/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-0.15-15vRxh/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-Simple-0.15-15vRxh/blib/lib
/home/cpansand/.cpan/build/2017080400/FormValidator-Simple-0.29-PETIFb/blib/arch
/home/cpansand/.cpan/build/2017080400/FormValidator-Simple-0.29-PETIFb/blib/lib
/home/cpansand/.cpan/build/2017080400/Class-Data-Accessor-0.04004-9biCiV/blib/arch
/home/cpansand/.cpan/build/2017080400/Class-Data-Accessor-0.04004-9biCiV/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-0.094-PX6X7_/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FormValidator-0.094-PX6X7_/blib/lib
/home/cpansand/.cpan/build/2017080400/Data-FormValidator-4.86-8wm0st/blib/arch
/home/cpansand/.cpan/build/2017080400/Data-FormValidator-4.86-8wm0st/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-ForceUTF8-0.02-uPC_od/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-ForceUTF8-0.02-uPC_od/blib/lib
/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-ForceUTF8-0.03-cPCHHh/blib/arch
/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-ForceUTF8-0.03-cPCHHh/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-0.12-gXJrrj/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-FillInForm-0.12-gXJrrj/blib/lib
/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-2.21-DK0j7F/blib/arch
/home/cpansand/.cpan/build/2017080400/HTML-FillInForm-2.21-DK0j7F/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-File-RotateLogs-0.05-Zz6pET/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-File-RotateLogs-0.05-Zz6pET/blib/lib
/home/cpansand/.cpan/build/2017080400/File-RotateLogs-0.08-HXc4aH/blib/arch
/home/cpansand/.cpan/build/2017080400/File-RotateLogs-0.08-HXc4aH/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Environment-0.02-WDwPc_/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Environment-0.02-WDwPc_/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EncryptID-0.02-KVvt1k/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EncryptID-0.02-KVvt1k/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EnableMiddleware-0.006-NAf0Na/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-EnableMiddleware-0.006-NAf0Na/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Page-0.26-qp9eiB/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Page-0.26-qp9eiB/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Japanese-0.07-0_mOR2/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-Japanese-0.07-0_mOR2/blib/lib
/home/cpansand/.cpan/build/2017080400/Template-Provider-Encoding-0.10-2XUrgQ/blib/arch
/home/cpansand/.cpan/build/2017080400/Template-Provider-Encoding-0.10-2XUrgQ/blib/lib
/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-HTML-Japanese-0.06-Dgh2XT/blib/arch
/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-HTML-Japanese-0.06-Dgh2XT/blib/lib
/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-Japanese-0.08-qTSGxs/blib/arch
/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-Japanese-0.08-qTSGxs/blib/lib
/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-0.02-k7SbJc/blib/arch
/home/cpansand/.cpan/build/2017080400/MIME-Lite-TT-0.02-k7SbJc/blib/lib
/home/cpansand/.cpan/build/2017080400/Jcode-2.07-r0QU2K/blib/arch
/home/cpansand/.cpan/build/2017080400/Jcode-2.07-r0QU2K/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-0.09-63_dTn/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Email-0.09-63_dTn/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DefaultEnd-0.08-y3aAH6/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DefaultEnd-0.08-y3aAH6/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DateTime-0.03-Y2Ap9S/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-DateTime-0.03-Y2Ap9S/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CurrentComponents-0.007-DzsS2U/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CurrentComponents-0.007-DzsS2U/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CookiedSession-0.35-NNiCru/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-CookiedSession-0.35-NNiCru/blib/lib
/home/cpansand/.cpan/build/2017080400/JSON-XS-VersionOneAndTwo-0.31-LKE4Fv/blib/arch
/home/cpansand/.cpan/build/2017080400/JSON-XS-VersionOneAndTwo-0.31-LKE4Fv/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-MultiState-0.08-gUcJLs/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-MultiState-0.08-gUcJLs/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-Environment-0.07-FB9kFe/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-ConfigLoader-Environment-0.07-FB9kFe/blib/lib
/home/cpansand/.cpan/build/2017080400/CatalystX-ComponentsFromConfig-1.006-RFxWC_/blib/arch
/home/cpansand/.cpan/build/2017080400/CatalystX-ComponentsFromConfig-1.006-RFxWC_/blib/lib
/home/cpansand/.cpan/build/2017080400/Catalyst-View-Reproxy-0.05-gsAxOA/blib/arch
/home/cpansand/.cpan/build/2017080400/Catalyst-View-Reproxy-0.05-gsAxOA/blib/lib
/home/cpansand/.cpan/build/2017080400/HTTP-Server-Simple-Static-0.12-0YRej6/blib/arch
/home/cpansand/.cpan/build/2017080400/HTTP-Server-Simple-Static-0.12-0YRej6/blib/lib
/home/cpansand/.cpan/build/2017080400/File-LibMagic-1.15-NP0Oxw/blib/arch
/home/cpansand/.cpan/build/2017080400/File-LibMagic-1.15-NP0Oxw/blib/lib
/home/cpansand/.cpan/build/2017080400/File-MMagic-1.30-d2PGCE/blib/arch
/home/cpansand/.cpan/build/2017080400/File-MMagic-1.30-d2PGCE/blib/lib
/home/cpansand/.cpan/build/2017080400/Cpanel-JSON-XS-3.0237-eg91uy/blib/arch
/home/cpansand/.cpan/build/2017080400/Cpanel-JSON-XS-3.0237-eg91uy/blib/lib
/opt/perl-5.24.1/lib/site_perl/5.24.1/x86_64-linux
/opt/perl-5.24.1/lib/site_perl/5.24.1
/opt/perl-5.24.1/lib/5.24.1/x86_64-linux
/opt/perl-5.24.1/lib/5.24.1
.