HTML-Widget v1.11 Perl 5 v5.35.9 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić
- Dist
-
HTML-Widget v1.11
- Platform
- Perl 5 v5.35.9 x86_64-linux
- Date
- 2022-02-26 23:36:01
- ID
- db4ef44a-975c-11ec-a1df-b51c1f24ea8f
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.35.9, 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.35.9/bin/perl5.35.9" "-Iinc" Makefile.PL --config= --installdeps=Class::Accessor::Chained::Fast,0,Class::Data::Accessor,0
Cannot determine perl version info from lib/HTML/Widget.pm
PERL_DL_NONLAZY=1 "/opt/perl-5.35.9/bin/perl5.35.9" "-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
# Failed test 'use HTML::Widget;'
# at t/01use.t line 6.
# Tried to use 'HTML::Widget'.
# Error: Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
# Compilation failed in require at t/01use.t line 6.
# BEGIN failed--compilation aborted at t/01use.t line 6.
# Looks like you failed 1 test of 1.
t/01use.t ................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/02pod.t ................................ skipped: set TEST_POD to enable this test
t/03podcoverage.t ........................ skipped: set TEST_POD to enable this test
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/04basic.t line 6.
BEGIN failed--compilation aborted at t/04basic.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/04basic.t ..............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 36/36 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/05strict.t line 6.
BEGIN failed--compilation aborted at t/05strict.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/05strict.t .............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_ascii_space.t line 6.
BEGIN failed--compilation aborted at t/06bugs_ascii_space.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_ascii_space.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_callbackone_missing_param.t line 6.
BEGIN failed--compilation aborted at t/06bugs_callbackone_missing_param.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_callbackone_missing_param.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/5 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_constraint_range_zero_max.t line 6.
BEGIN failed--compilation aborted at t/06bugs_constraint_range_zero_max.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_constraint_range_zero_max.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_constraint_range_zero_min.t line 6.
BEGIN failed--compilation aborted at t/06bugs_constraint_range_zero_min.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_constraint_range_zero_min.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_in_value_empty.t line 6.
BEGIN failed--compilation aborted at t/06bugs_in_value_empty.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_in_value_empty.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_name_regex_chars.t line 6.
BEGIN failed--compilation aborted at t/06bugs_name_regex_chars.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_name_regex_chars.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_result_elements_warnings.t line 7.
BEGIN failed--compilation aborted at t/06bugs_result_elements_warnings.t line 7.
# Looks like your test exited with 2 just after 1.
t/06bugs_result_elements_warnings.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_result_params_multiple.t line 6.
BEGIN failed--compilation aborted at t/06bugs_result_params_multiple.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_result_params_multiple.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_select_empty_options.t line 6.
BEGIN failed--compilation aborted at t/06bugs_select_empty_options.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_select_empty_options.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_select_zero_key_constraint.t line 6.
BEGIN failed--compilation aborted at t/06bugs_select_zero_key_constraint.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_select_zero_key_constraint.t ....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_value_empty_string.t line 6.
BEGIN failed--compilation aborted at t/06bugs_value_empty_string.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_value_empty_string.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_value_no_default.t line 6.
BEGIN failed--compilation aborted at t/06bugs_value_no_default.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_value_no_default.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_value_zero.t line 6.
BEGIN failed--compilation aborted at t/06bugs_value_zero.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_value_zero.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_widget_get_elements.t line 6.
BEGIN failed--compilation aborted at t/06bugs_widget_get_elements.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_widget_get_elements.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_widget_name_zero.t line 6.
BEGIN failed--compilation aborted at t/06bugs_widget_name_zero.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_widget_name_zero.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_xml_escape.t line 7.
BEGIN failed--compilation aborted at t/06bugs_xml_escape.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_xml_escape.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_zero_value_xml.t line 6.
BEGIN failed--compilation aborted at t/06bugs_zero_value_xml.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_zero_value_xml.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/13 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/06bugs_zero_xml.t line 6.
BEGIN failed--compilation aborted at t/06bugs_zero_xml.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/06bugs_zero_xml.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/07custom_render.t line 6.
BEGIN failed--compilation aborted at t/07custom_render.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/07custom_render.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 46/46 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/08constraint_all.t line 6.
BEGIN failed--compilation aborted at t/08constraint_all.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/08constraint_all.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 16/16 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/08empty_errors.t line 6.
BEGIN failed--compilation aborted at t/08empty_errors.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/08empty_errors.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/08filter_all.t line 6.
BEGIN failed--compilation aborted at t/08filter_all.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/08filter_all.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/09nested_embed.t line 6.
BEGIN failed--compilation aborted at t/09nested_embed.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/09nested_embed.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/10explicit_ids.t line 6.
BEGIN failed--compilation aborted at t/10explicit_ids.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/10explicit_ids.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/10no_name.t line 7.
BEGIN failed--compilation aborted at t/10no_name.t line 7.
# Looks like your test exited with 2 just after 1.
t/10no_name.t ............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/5 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/attributes.t line 6.
BEGIN failed--compilation aborted at t/attributes.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/attributes.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_all.t line 6.
BEGIN failed--compilation aborted at t/constraint_all.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_all.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_allornone.t line 6.
BEGIN failed--compilation aborted at t/constraint_allornone.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_allornone.t .................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_any.t line 6.
BEGIN failed--compilation aborted at t/constraint_any.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_any.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_ascii.t line 7.
BEGIN failed--compilation aborted at t/constraint_ascii.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/constraint_ascii.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_bool.t line 6.
BEGIN failed--compilation aborted at t/constraint_bool.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_bool.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 15/15 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_callback.t line 6.
BEGIN failed--compilation aborted at t/constraint_callback.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_callback.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_callbackonce.t line 6.
BEGIN failed--compilation aborted at t/constraint_callbackonce.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_callbackonce.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 23/23 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_custom_namespace.t line 6.
BEGIN failed--compilation aborted at t/constraint_custom_namespace.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_custom_namespace.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_date.t line 6.
BEGIN failed--compilation aborted at t/constraint_date.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_date.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_datetime.t line 6.
BEGIN failed--compilation aborted at t/constraint_datetime.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_datetime.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/13 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_dependon.t line 6.
BEGIN failed--compilation aborted at t/constraint_dependon.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_dependon.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_email.t line 6.
BEGIN failed--compilation aborted at t/constraint_email.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_email.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_equal.t line 6.
BEGIN failed--compilation aborted at t/constraint_equal.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_equal.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 19/19 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_http.t line 6.
BEGIN failed--compilation aborted at t/constraint_http.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_http.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_in.t line 6.
BEGIN failed--compilation aborted at t/constraint_in.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_in.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_integer.t line 6.
BEGIN failed--compilation aborted at t/constraint_integer.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_integer.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 12/12 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_length.t line 6.
BEGIN failed--compilation aborted at t/constraint_length.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_length.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 9/9 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_number.t line 6.
BEGIN failed--compilation aborted at t/constraint_number.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_number.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 12/12 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_printable.t line 7.
BEGIN failed--compilation aborted at t/constraint_printable.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/constraint_printable.t .................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/13 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_range.t line 6.
BEGIN failed--compilation aborted at t/constraint_range.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_range.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_regex.t line 6.
BEGIN failed--compilation aborted at t/constraint_regex.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_regex.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_singlevalue.t line 6.
BEGIN failed--compilation aborted at t/constraint_singlevalue.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_singlevalue.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 9/9 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_string.t line 6.
BEGIN failed--compilation aborted at t/constraint_string.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_string.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/constraint_time.t line 6.
BEGIN failed--compilation aborted at t/constraint_time.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/constraint_time.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_block.t line 6.
BEGIN failed--compilation aborted at t/element_block.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_block.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 28/28 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_button.t line 6.
BEGIN failed--compilation aborted at t/element_button.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_button.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_button_tag.t line 6.
BEGIN failed--compilation aborted at t/element_button_tag.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_button_tag.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_checkbox.t line 6.
BEGIN failed--compilation aborted at t/element_checkbox.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_checkbox.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_custom_namespace.t line 6.
BEGIN failed--compilation aborted at t/element_custom_namespace.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_custom_namespace.t .............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_hidden.t line 6.
BEGIN failed--compilation aborted at t/element_hidden.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_hidden.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_password.t line 6.
BEGIN failed--compilation aborted at t/element_password.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_password.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_radio.t line 6.
BEGIN failed--compilation aborted at t/element_radio.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_radio.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_radiogroup.t line 6.
BEGIN failed--compilation aborted at t/element_radiogroup.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_radiogroup.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_radiogroup_constrain_values.t line 6.
BEGIN failed--compilation aborted at t/element_radiogroup_constrain_values.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_radiogroup_constrain_values.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_reset.t line 6.
BEGIN failed--compilation aborted at t/element_reset.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_reset.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_select.t line 6.
BEGIN failed--compilation aborted at t/element_select.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_select.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_select_constrain_options.t line 6.
BEGIN failed--compilation aborted at t/element_select_constrain_options.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_select_constrain_options.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 7/7 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_span.t line 6.
BEGIN failed--compilation aborted at t/element_span.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_span.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_submit.t line 6.
BEGIN failed--compilation aborted at t/element_submit.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_submit.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_textarea.t line 6.
BEGIN failed--compilation aborted at t/element_textarea.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_textarea.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_textfield.t line 6.
BEGIN failed--compilation aborted at t/element_textfield.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_textfield.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/element_upload.t line 6.
BEGIN failed--compilation aborted at t/element_upload.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/element_upload.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_callback.t line 6.
BEGIN failed--compilation aborted at t/filter_callback.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_callback.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_htmlescape.t line 6.
BEGIN failed--compilation aborted at t/filter_htmlescape.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_htmlescape.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_htmlstrip.t line 6.
BEGIN failed--compilation aborted at t/filter_htmlstrip.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_htmlstrip.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_lowercase.t line 6.
BEGIN failed--compilation aborted at t/filter_lowercase.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_lowercase.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_trimedges.t line 6.
BEGIN failed--compilation aborted at t/filter_trimedges.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_trimedges.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_uppercase.t line 6.
BEGIN failed--compilation aborted at t/filter_uppercase.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_uppercase.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/filter_whitespace.t line 6.
BEGIN failed--compilation aborted at t/filter_whitespace.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/filter_whitespace.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_constraint.t line 6.
BEGIN failed--compilation aborted at t/get_constraint.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_constraint.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_constraints.t line 6.
BEGIN failed--compilation aborted at t/get_constraints.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_constraints.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/13 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_element.t line 6.
BEGIN failed--compilation aborted at t/get_element.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_element.t ..........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_elements.t line 6.
BEGIN failed--compilation aborted at t/get_elements.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_elements.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 17/17 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_errors.t line 6.
BEGIN failed--compilation aborted at t/get_errors.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_errors.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_filter.t line 6.
BEGIN failed--compilation aborted at t/get_filter.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_filter.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/get_filters.t line 6.
BEGIN failed--compilation aborted at t/get_filters.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/get_filters.t ..........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/13 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/result_add_error.t line 6.
BEGIN failed--compilation aborted at t/result_add_error.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/result_add_error.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/5 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/retain_default.t line 6.
BEGIN failed--compilation aborted at t/retain_default.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/retain_default.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Use of freed value in iteration at /opt/perl-5.35.9/lib/site_perl/5.35.9/Module/Pluggable/Fast.pm line 74.
Compilation failed in require at t/submitted.t line 6.
BEGIN failed--compilation aborted at t/submitted.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/submitted.t ............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Test Summary Report
-------------------
t/01use.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/04basic.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 36 tests but ran 0.
t/05strict.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/06bugs_ascii_space.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/06bugs_callbackone_missing_param.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/06bugs_constraint_range_zero_max.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/06bugs_constraint_range_zero_min.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/06bugs_in_value_empty.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/06bugs_name_regex_chars.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/06bugs_result_elements_warnings.t (Wstat: 512 Tests: 1 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 1.
t/06bugs_result_params_multiple.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/06bugs_select_empty_options.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/06bugs_select_zero_key_constraint.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/06bugs_value_empty_string.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/06bugs_value_no_default.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/06bugs_value_zero.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/06bugs_widget_get_elements.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/06bugs_widget_name_zero.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/06bugs_xml_escape.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/06bugs_zero_value_xml.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 13 tests but ran 0.
t/06bugs_zero_xml.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 6 tests but ran 0.
t/07custom_render.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 46 tests but ran 0.
t/08constraint_all.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 16 tests but ran 0.
t/08empty_errors.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/08filter_all.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/09nested_embed.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/10explicit_ids.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/10no_name.t (Wstat: 512 Tests: 1 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/attributes.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/constraint_all.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/constraint_allornone.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/constraint_any.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/constraint_ascii.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/constraint_bool.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 15 tests but ran 0.
t/constraint_callback.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/constraint_callbackonce.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 23 tests but ran 0.
t/constraint_custom_namespace.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/constraint_date.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/constraint_datetime.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 13 tests but ran 0.
t/constraint_dependon.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/constraint_email.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/constraint_equal.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 19 tests but ran 0.
t/constraint_http.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/constraint_in.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/constraint_integer.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 12 tests but ran 0.
t/constraint_length.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 9 tests but ran 0.
t/constraint_number.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 12 tests but ran 0.
t/constraint_printable.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 13 tests but ran 0.
t/constraint_range.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/constraint_regex.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/constraint_singlevalue.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 9 tests but ran 0.
t/constraint_string.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/constraint_time.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/element_block.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 28 tests but ran 0.
t/element_button.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/element_button_tag.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/element_checkbox.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/element_custom_namespace.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/element_hidden.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/element_password.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/element_radio.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/element_radiogroup.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 6 tests but ran 0.
t/element_radiogroup_constrain_values.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/element_reset.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/element_select.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 6 tests but ran 0.
t/element_select_constrain_options.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/element_span.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/element_submit.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/element_textarea.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/element_textfield.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/element_upload.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/filter_callback.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/filter_htmlescape.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/filter_htmlstrip.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/filter_lowercase.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/filter_trimedges.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/filter_uppercase.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/filter_whitespace.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/get_constraint.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/get_constraints.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 13 tests but ran 0.
t/get_element.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/get_elements.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 17 tests but ran 0.
t/get_errors.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 6 tests but ran 0.
t/get_filter.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/get_filters.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 13 tests but ran 0.
t/result_add_error.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/retain_default.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/submitted.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
Files=90, Tests=3, 13 wallclock secs ( 0.17 usr 0.07 sys + 9.69 cusr 2.84 csys = 12.77 CPU)
Result: FAIL
Failed 88/90 test programs. 1/3 subtests failed.
make: *** [Makefile:1003: test_dynamic] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------ ---- -------
Class::Accessor::Chained::Fast 0 0
Class::Accessor::Fast 0 0.51
Class::Data::Accessor 0 0.04004
Date::Calc 0 6.4
Email::Valid 0 1.202
HTML::Element 3.22 5.07
HTML::Scrubber 0 0.19
Module::Pluggable::Fast 0 0.19
Scalar::Util 0 1.61
Storable 0 3.25
Test::NoWarnings 0 1.06
build_requires:
Module Need Have
------------------------------ ---- -------
ExtUtils::MakeMaker 0 7.64
------------------------------
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/.local/share/.cpan/build/2022022623/Class-Data-Accessor-0.04004-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Class-Data-Accessor-0.04004-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Class-Accessor-Chained-0.01-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Class-Accessor-Chained-0.01-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DBIx-Class-HTML-FormFu-0.01005-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DBIx-Class-HTML-FormFu-0.01005-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-FormFu-2.07-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-FormFu-2.07-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Regexp-Assemble-0.38-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Regexp-Assemble-0.38-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Number-Format-1.75-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Number-Format-1.75-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Attribute-Chained-1.0.3-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Attribute-Chained-1.0.3-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Aliases-0.11-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Aliases-0.11-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Hash-Flatten-1.19-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Hash-Flatten-1.19-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Test-Assertions-1.054-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Test-Assertions-1.054-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Log-Trace-1.070-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Log-Trace-1.070-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-TokeParser-Simple-3.16-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-TokeParser-Simple-3.16-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Sub-Override-0.09-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Sub-Override-0.09-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-Scrubber-0.19-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-Scrubber-0.19-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Natural-1.13-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Natural-1.13-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Module-Util-1.09-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Module-Util-1.09-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Builder-0.83-4/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Builder-0.83-4/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Strptime-1.79-4/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Strptime-1.79-4/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Data-Visitor-0.31-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Data-Visitor-0.31-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Tie-ToObject-0.03-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Tie-ToObject-0.03-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1003107
PERL5_CPAN_IS_RUNNING = 1003107
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 331637,1003107
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2022022612/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2022022612
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.35.9/bin/perl5.35.9
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.33
CPAN::Meta 2.150010
Cwd 3.83
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.44
File::Spec 3.83
JSON 4.05
JSON::PP 4.07
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.43
Test::More 1.302189
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 35 subversion 9) configuration:
Platform:
osname=linux
osvers=5.4.0-100-generic
archname=x86_64-linux
uname='linux cloud8.bbbike.org 5.4.0-100-generic #113-ubuntu smp thu feb 3 18:43:29 utc 2022 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.35.9 -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
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.3.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 -lgdbm -ldb -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_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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 Feb 21 2022 16:10:37
%ENV:
PERL5LIB="/home/cpansand/.local/share/.cpan/build/2022022623/Class-Data-Accessor-0.04004-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Class-Data-Accessor-0.04004-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Class-Accessor-Chained-0.01-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Class-Accessor-Chained-0.01-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DBIx-Class-HTML-FormFu-0.01005-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DBIx-Class-HTML-FormFu-0.01005-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-FormFu-2.07-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-FormFu-2.07-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Regexp-Assemble-0.38-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Regexp-Assemble-0.38-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Number-Format-1.75-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Number-Format-1.75-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Attribute-Chained-1.0.3-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Attribute-Chained-1.0.3-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Aliases-0.11-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Aliases-0.11-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Hash-Flatten-1.19-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Hash-Flatten-1.19-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Test-Assertions-1.054-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Test-Assertions-1.054-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Log-Trace-1.070-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Log-Trace-1.070-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-TokeParser-Simple-3.16-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-TokeParser-Simple-3.16-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Sub-Override-0.09-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Sub-Override-0.09-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-Scrubber-0.19-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/HTML-Scrubber-0.19-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Natural-1.13-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Natural-1.13-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Module-Util-1.09-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Module-Util-1.09-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Builder-0.83-4/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Builder-0.83-4/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Strptime-1.79-4/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Strptime-1.79-4/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Data-Visitor-0.31-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Data-Visitor-0.31-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2022022623/Tie-ToObject-0.03-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2022022623/Tie-ToObject-0.03-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="1003107"
PERL5_CPAN_IS_RUNNING="1003107"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="331637,1003107"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2022022612/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.local/share/.cpan/build/2022022623/Class-Data-Accessor-0.04004-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Class-Data-Accessor-0.04004-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Class-Accessor-Chained-0.01-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Class-Accessor-Chained-0.01-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/DBIx-Class-HTML-FormFu-0.01005-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/DBIx-Class-HTML-FormFu-0.01005-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/HTML-FormFu-2.07-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/HTML-FormFu-2.07-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Regexp-Assemble-0.38-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Regexp-Assemble-0.38-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Number-Format-1.75-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Number-Format-1.75-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Attribute-Chained-1.0.3-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Attribute-Chained-1.0.3-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Aliases-0.11-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/MooseX-Aliases-0.11-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Hash-Flatten-1.19-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Hash-Flatten-1.19-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Test-Assertions-1.054-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Test-Assertions-1.054-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Log-Trace-1.070-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Log-Trace-1.070-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/HTML-TokeParser-Simple-3.16-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/HTML-TokeParser-Simple-3.16-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Sub-Override-0.09-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Sub-Override-0.09-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/HTML-Scrubber-0.19-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/HTML-Scrubber-0.19-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Natural-1.13-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Natural-1.13-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Module-Util-1.09-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Module-Util-1.09-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Builder-0.83-4/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Builder-0.83-4/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Strptime-1.79-4/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/DateTime-Format-Strptime-1.79-4/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Data-Visitor-0.31-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Data-Visitor-0.31-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2022022623/Tie-ToObject-0.03-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2022022623/Tie-ToObject-0.03-0/blib/lib
/opt/perl-5.35.9/lib/site_perl/5.35.9/x86_64-linux
/opt/perl-5.35.9/lib/site_perl/5.35.9
/opt/perl-5.35.9/lib/5.35.9/x86_64-linux
/opt/perl-5.35.9/lib/5.35.9
.