https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40680
--- Comment #6 from David Cook <[email protected]> --- So it looks like we have some cleanup to do before supporting Debian Trixie (13) or Ubuuntu plucky (25.04) Here is grep -l -R "Exporter" C4/* | wc -l 66 grep -l -R "Exporter" Koha/* | wc -l 22 It looks like there might be some other problem files too... For some bizarre reason suggestion/suggestion.pl has a "require Exporter" statement in it as well. -- Note that not all cases will need to be fixed either. At a glance, Koha/Util/Normalize.pm looks like its Exporter setup is fine. But all cases will need to be reviewed at the very least, although we could probably make that easier by just doing this: find C4 Koha -name "*.pm" -exec perl -c {} \; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
