Skip Menu |

This queue is for tickets about the Getopt-Euclid CPAN distribution.

Report information
The Basics
Id: 127234
Status: new
Priority: 0/
Queue: Getopt-Euclid

People
Owner: Nobody in particular
Requestors: TODDR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v0.3.1
Fixed in: (no value)



Subject: Cannot run tests without . in @INC as of 5.26.0
. is no longer in @INC in 5.26 and above So when I do make test, I get among other things: Can't locate t/lib/HierDemo.pm in @INC
22:27:21 2782 ERROR [463]: # Testing Getopt::Euclid 0.4.5 22:27:21 2782 ERROR [463]: t/00.load.t ..................... ok 22:27:21 2782 ERROR [463]: t/any_array.t ................... ok 22:27:21 2782 ERROR [463]: t/bundle.t ...................... ok 22:27:21 2782 ERROR [463]: t/compile.t ..................... ok 22:27:21 2782 ERROR [463]: t/defer.t ....................... ok 22:27:21 2782 ERROR [463]: t/defer_all.t ................... ok 22:27:21 2782 ERROR [463]: t/empty_ARGV_array.t ............ ok 22:27:21 2782 ERROR [463]: t/entity_angles.t ............... ok 22:27:21 2782 ERROR [463]: t/eval.t ........................ ok 22:27:21 2782 ERROR [463]: t/excludes.t .................... ok 22:27:21 2782 ERROR [463]: t/fail_bad_constraint.t ......... ok 22:27:21 2782 ERROR [463]: t/fail_bad_default.t ............ ok 22:27:21 2782 ERROR [463]: t/fail_bad_default_ref.t ........ ok 22:27:21 2782 ERROR [463]: t/fail_bad_excludes.t ........... ok 22:27:21 2782 ERROR [463]: t/fail_bad_excludes_2.t ......... ok 22:27:21 2782 ERROR [463]: t/fail_bad_name.t ............... ok 22:27:21 2782 ERROR [463]: t/fail_bad_name_2.t ............. ok 22:27:21 2782 ERROR [463]: t/fail_bad_opt_default.t ........ ok 22:27:21 2782 ERROR [463]: t/fail_bad_opt_default_2.t ...... ok 22:27:21 2782 ERROR [463]: t/fail_excludes_msg.t ........... ok 22:27:21 2782 ERROR [463]: t/fail_minimal_clash.t .......... ok 22:27:21 2782 ERROR [463]: t/fail_misplaced_type.t ......... ok 22:27:21 2782 ERROR [463]: t/fail_missing_required.t ....... ok 22:27:21 2782 ERROR [463]: t/fail_missing_var.t ............ ok 22:27:21 2782 ERROR [463]: t/fail_missing_var_2.t .......... ok 22:27:21 2782 ERROR [463]: t/fail_no_spec.t ................ ok 22:27:21 2782 ERROR [463]: t/fail_quoted_args.t ............ ok 22:27:21 2782 ERROR [463]: t/fail_type.t ................... ok 22:27:21 2782 ERROR [463]: t/fail_type_msg.t ............... ok 22:27:21 2782 ERROR [463]: t/fail_type_msg_2.t ............. ok 22:27:21 2782 ERROR [463]: t/fail_unknown_arg.t ............ ok 22:27:21 2782 ERROR [463]: t/fail_unknown_mode.t ........... ok 22:27:21 2782 ERROR [463]: t/fail_unknown_spec.t ........... ok 22:27:21 2782 ERROR [463]: t/fail_unknown_spec_2.t ......... ok 22:27:21 2782 ERROR [463]: t/fail_unknown_type.t ........... ok 22:27:21 2782 ERROR [463]: t/fail_user_constraint.t ........ ok 22:27:21 2782 ERROR [463]: t/fail_user_constraint_comma.t .. ok 22:27:21 2782 ERROR [463]: t/fail_user_constraint_type.t ... ok 22:27:21 2782 ERROR [463]: t/false.t ....................... ok 22:27:21 2782 ERROR [463]: Can't locate t/lib/HierDemo.pm in @INC (you may need to install the t::lib::HierDemo module) (@INC contains: /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/lib /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/arch /usr/local/cpanel /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0 /opt/cpanel/perl5/528/site_lib/x86_64-linux-64int /opt/cpanel/perl5/528/site_lib) at t/hier.t line 24. 22:27:21 2782 ERROR [463]: BEGIN failed--compilation aborted at t/hier.t line 24. 22:27:21 2782 ERROR [463]: t/hier.t ........................ 22:27:21 2782 ERROR [463]: Dubious, test returned 2 (wstat 512, 0x200) 22:27:21 2782 ERROR [463]: No subtests run 22:27:21 2782 ERROR [463]: Can't locate t/lib/HierDemo2.pm in @INC (you may need to install the t::lib::HierDemo2 module) (@INC contains: /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/lib /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/arch /usr/local/cpanel /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0 /opt/cpanel/perl5/528/site_lib/x86_64-linux-64int /opt/cpanel/perl5/528/site_lib) at t/hier_2.t line 24. 22:27:21 2782 ERROR [463]: BEGIN failed--compilation aborted at t/hier_2.t line 24. 22:27:21 2782 ERROR [463]: t/hier_2.t ...................... 22:27:21 2782 ERROR [463]: Dubious, test returned 2 (wstat 512, 0x200) 22:27:21 2782 ERROR [463]: No subtests run 22:27:21 2782 ERROR [463]: Can't locate t/lib/HierDemo.pm in @INC (you may need to install the t::lib::HierDemo module) (@INC contains: /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/lib /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/arch /usr/local/cpanel /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0 /opt/cpanel/perl5/528/site_lib/x86_64-linux-64int /opt/cpanel/perl5/528/site_lib) at t/hier_export.t line 22. 22:27:21 2782 ERROR [463]: BEGIN failed--compilation aborted at t/hier_export.t line 22. 22:27:21 2782 ERROR [463]: t/hier_export.t ................. 22:27:21 2782 ERROR [463]: Dubious, test returned 2 (wstat 512, 0x200) 22:27:21 2782 ERROR [463]: No subtests run 22:27:21 2782 ERROR [463]: Can't locate t/lib/HierDemo.pm in @INC (you may need to install the t::lib::HierDemo module) (@INC contains: /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/lib /home/rpmbuild/rpm-build/BUILD/Getopt-Euclid-0.4.5/blib/arch /usr/local/cpanel /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/528/lib/perl5/5.28.0 /opt/cpanel/perl5/528/site_lib/x86_64-linux-64int /opt/cpanel/perl5/528/site_lib) at t/hier_no_pod.t line 13. 22:27:21 2782 ERROR [463]: BEGIN failed--compilation aborted at t/hier_no_pod.t line 13. 22:27:21 2782 ERROR [463]: t/hier_no_pod.t ................. 22:27:21 2782 ERROR [463]: Dubious, test returned 2 (wstat 512, 0x200) 22:27:21 2782 ERROR [463]: No subtests run 22:27:21 2782 ERROR [463]: t/ignore_decorations.t .......... ok 22:27:21 2782 ERROR [463]: t/insert_defaults.t ............. ok 22:27:21 2782 ERROR [463]: t/minimal.t ..................... ok 22:27:21 2782 ERROR [463]: t/minimal_2.t ................... ok 22:27:21 2782 ERROR [463]: t/opt_default.t ................. ok 22:27:21 2782 ERROR [463]: t/pod.t ......................... skipped: Test::Pod 1.14 required for testing POD 22:27:21 2782 ERROR [463]: t/pod_cmd_after_cut.t ........... ok 22:27:21 2782 ERROR [463]: t/pod_coverage.t ................ skipped: Test::Pod::Coverage 1.04 required for testing POD coverage 22:27:21 2782 ERROR [463]: t/pod_file.t .................... ok 22:27:21 2782 ERROR [463]: t/quoted_args.t ................. ok 22:27:21 2782 ERROR [463]: t/quoted_args_2.t ............... ok 22:27:21 2782 ERROR [463]: t/repeatable.t .................. ok 22:27:21 2782 ERROR [463]: t/repeated.t .................... ok 22:27:21 2782 ERROR [463]: t/repeated_2.t .................. ok 22:27:21 2782 ERROR [463]: t/simple.t ...................... ok 22:27:21 2782 ERROR [463]: t/simple_alternate.t ............ ok 22:27:21 2782 ERROR [463]: t/simple_shuffle.t .............. ok 22:27:21 2782 ERROR [463]: t/std_arguments.t ............... ok 22:27:21 2782 ERROR [463]: t/substr.t ...................... ok 22:27:21 2782 ERROR [463]: t/substr_2.t .................... ok 22:27:21 2782 ERROR [463]: t/types.t ....................... ok 22:27:21 2782 ERROR [463]: t/types_regex.t ................. ok 22:27:21 2782 ERROR [463]: t/types_vars.t .................. ok 22:27:21 2782 ERROR [463]: t/vars_export.t ................. ok 22:27:21 2782 ERROR [463]: 22:27:21 2782 ERROR [463]: Test Summary Report 22:27:21 2782 ERROR [463]: ------------------- 22:27:21 2782 ERROR [463]: t/hier.t (Wstat: 512 Tests: 0 Failed: 0) 22:27:21 2782 ERROR [463]: Non-zero exit status: 2 22:27:21 2782 ERROR [463]: Parse errors: No plan found in TAP output 22:27:21 2782 ERROR [463]: t/hier_2.t (Wstat: 512 Tests: 0 Failed: 0) 22:27:21 2782 ERROR [463]: Non-zero exit status: 2 22:27:21 2782 ERROR [463]: Parse errors: No plan found in TAP output 22:27:21 2782 ERROR [463]: t/hier_export.t (Wstat: 512 Tests: 0 Failed: 0) 22:27:21 2782 ERROR [463]: Non-zero exit status: 2 22:27:21 2782 ERROR [463]: Parse errors: No plan found in TAP output 22:27:21 2782 ERROR [463]: t/hier_no_pod.t (Wstat: 512 Tests: 0 Failed: 0) 22:27:21 2782 ERROR [463]: Non-zero exit status: 2 22:27:21 2782 ERROR [463]: Parse errors: No plan found in TAP output 22:27:21 2782 ERROR [463]: Files=67, Tests=615, 7 wallclock secs ( 0.28 usr 0.09 sys + 5.63 cusr 0.61 csys = 6.61 CPU) 22:27:21 2782 ERROR [463]: Result: FAIL 22:27:21 2782 ERROR [463]: Failed 4/67 test programs. 0/615 subtests failed.