cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
I have 1.622 and there is a 1.636 available. When I try to upgrade it using cpanm it fails and the log lists a bunch of failed tests:
It says I can force install but I'm reluctant to do this for fear of breaking my existing DBI install. How do I fix this?Test Summary Report ------------------- t/01basics.t (Wstat: 9728 Tests: 128 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 130 tests but ran 128. t/09trace.t (Wstat: 9728 Tests: 1 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 99 tests but ran 1. t/10examp.t (Wstat: 10240 Tests: 60 Failed: 0) Non-zero exit status: 40 Parse errors: Bad plan. You planned 242 tests but ran 60. t/19fhtrace.t (Wstat: 9728 Tests: 4 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 27 tests but ran 4. t/31methcache.t (Wstat: 10240 Tests: 8 Failed: 0) Non-zero exit status: 40 Parse errors: Bad plan. You planned 49 tests but ran 8. t/40profile.t (Wstat: 9728 Tests: 0 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 60 tests but ran 0. t/43prof_env.t (Wstat: 9728 Tests: 11 Failed: 0) Non-zero exit status: 38 t/zvg_01basics.t (Wstat: 9728 Tests: 128 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 130 tests but ran 128. t/zvg_09trace.t (Wstat: 9728 Tests: 1 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 99 tests but ran 1. t/zvg_10examp.t (Wstat: 10240 Tests: 60 Failed: 0) Non-zero exit status: 40 Parse errors: Bad plan. You planned 242 tests but ran 60. t/zvg_19fhtrace.t (Wstat: 9728 Tests: 4 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 27 tests but ran 4. t/zvg_31methcache.t (Wstat: 10240 Tests: 8 Failed: 0) Non-zero exit status: 40 Parse errors: Bad plan. You planned 49 tests but ran 8. t/zvg_40profile.t (Wstat: 9728 Tests: 0 Failed: 0) Non-zero exit status: 38 Parse errors: Bad plan. You planned 60 tests but ran 0. t/zvg_43prof_env.t (Wstat: 9728 Tests: 11 Failed: 0) Non-zero exit status: 38 Files=202, Tests=7447, 72 wallclock secs ( 0.70 usr + 0.34 sys = 1.0 +5 CPU) Result: FAIL Failed 14/202 test programs. 0/7447 subtests failed. dmake.exe: Error code 255, while making 'test_dynamic'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBI upgrade with cpanm fails
by syphilis (Archbishop) on Nov 02, 2021 at 23:55 UTC | |
Re: DBI upgrade with cpanm fails
by Tux (Canon) on Nov 03, 2021 at 08:44 UTC | |
Re: DBI upgrade with cpanm fails
by NERDVANA (Priest) on Nov 03, 2021 at 04:33 UTC | |
Re: DBI upgrade with cpanm fails
by perlfan (Parson) on Nov 03, 2021 at 06:39 UTC | |
by cormanaz (Deacon) on Nov 04, 2021 at 20:24 UTC |