https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28416 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Can be tested with use Memory::Usage; my $mu = Memory::Usage->new(); $mu->record('Loading'); require Koha::Libraries; $mu->record('module loaded'); print $mu->report(); I don't think overall it's a good idea to use require, but maybe it's worth here? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.