https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088 --- Comment #32 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #30)
(In reply to Jonathan Druart from comment #29)
It breaks 00-strict.t (complaining on installer/data/mysql/updatedatabase.pl) on U24
Using KOHA_IMAGE=main (perl v5.36.0) $ perl -wc installer/data/mysql/updatedatabase.pl installer/data/mysql/updatedatabase.pl syntax OK $
KOHA_IMAGE=main-noble (perl v5.38.2) $ perl -wc installer/data/mysql/updatedatabase.pl $
That's interesting. Can you try this on the U24: perl -Mdiagnostics -wc installer/data/mysql/updatedatabase.pl -- Hopefully that should provide some more useful information. -- You are receiving this mail because: You are watching all bug changes.