Subject: | Undeclared dependency CGI |
The test suite fails if CGI.pm is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.28.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01-login-sample.t t/02-regex_map.t t/03-inquery.t t/filter-at-regexp.t t/filter-encode.t t/filter-unify.t t/filter.t t/fix.t t/fixed-class-datetime.t t/fixed-class-uri.t t/input_value_0_is_not_false.t t/lazyway-check-conv-profile.t t/lazyway-check-dependencies.t t/lazyway-check-remove-empty-fields.t t/lazyway-check-required-fields.t t/lazyway-check-set-default.t t/lazyway-check-set-error-message.t t/lazyway-check-set-unknown.t t/lazyway-check-validation-block-append_error_message.t t/lazyway-check-validation-block-get-validator-method.t t/lazyway-new.t t/lazyway-result-class-overwrite.t t/lazyway-result-custom-invalid.t t/lazyway-result-fixed.t t/merge.t t/message-get-label.t t/message-set-lang.t t/message.t t/message_fail.t t/regex_map_multihit.t t/rule-datetime-date.t t/rule-datetime-datetime.t t/rule-datetime-time.t t/rule-japanese-hiragana-bytes.t t/rule-japanese-hiragana.t t/rule-japanese-katakana-bytes.t t/rule-japanese-katakana.t t/rule-net-http.t t/rule-net-https.t t/rule-net-uri.t t/rule-net-url.t t/rule-number-float.t t/rule-number-int.t t/rule-number-range.t t/rule-number-ufloat.t t/rule-number-uint.t t/rule-object-boolean.t t/rule-object-regexp.t t/rule-object-true.t t/rule-string-alphabet.t t/rule-string-ascii.t t/rule-string-length.t t/rule-string-nonsymbol_ascii.t t/rule-string-number.t t/rule.t t/setting-unicode.t t/stash.t t/utils-arrayify.t t/utils-check-profile-syntax.t t/utils-get-input-as-hash.t t/utils-remove-empty-fields.t
Can't locate CGI.pm in @INC (you may need to install the CGI module) (@INC contains: ... .) at t/01-login-sample.t line 5.
BEGIN failed--compilation aborted at t/01-login-sample.t line 5.
t/01-login-sample.t ......................................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...