https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42937 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #2 from David Nind <david@davidnind.com> --- The tests fail for me after applying the patch and commenting out or removing the "use Modern::Perl;" in mainpage.pl. Is there something else I need to do after applying the patch and restarting everything? Or is this unrelated? Note that the tests pass before and after the patch if I don't make any changes to mainpage.pl. Before the patch, with "use Modern::Perl;" removed ================================================== prove t/db_dependent/00-strict.t t/db_dependent/00-strict.t .. 1/2745 # Failed test 'use strict mainpage.pl' # at t/db_dependent/00-strict.t line 36. # Looks like you failed 1 test of 2745. t/db_dependent/00-strict.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2745 subtests Test Summary Report ------------------- t/db_dependent/00-strict.t (Wstat: 256 (exited 1) Tests: 2745 Failed: 1) Failed test: 2261 Non-zero exit status: 1 Files=1, Tests=2745, 175 wallclock secs ( 0.05 usr 0.01 sys + 78.85 cusr 47.96 csys = 126.87 CPU) Result: FAIL After the patch with "use Modern::Perl;" removed ================================================ prove t/db_dependent/00-strict.t t/db_dependent/00-strict.t .. 1754/2745 # Failed test 'use strict mainpage.pl' # at t/db_dependent/00-strict.t line 34. # Looks like you failed 1 test of 2745. t/db_dependent/00-strict.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2745 subtests Test Summary Report ------------------- t/db_dependent/00-strict.t (Wstat: 256 (exited 1) Tests: 2745 Failed: 1) Failed test: 2261 Non-zero exit status: 1 Files=1, Tests=2745, 175 wallclock secs ( 0.05 usr 0.00 sys + 78.82 cusr 48.58 csys = 127.45 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes.