https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #8 from David Cook <dcook@prosentient.com.au> --- I was surprised to find Module::Refresh in koha-testing-docker, but "apt-cache rdepends --installed libmodule-refresh-perl" shows that it's a dependency of libplack-perl. That's because Plack::Middleware::Refresh comes bundled with Plack: https://metacpan.org/pod/Plack::Middleware::Refresh Reading Plack::Middleware::Refresh documentation, it seems like this middleware is typically only used during development and not production... https://metacpan.org/pod/Module::Refresh also mentions bugs relating to global variables... But then the practice seems normal in an O'Reilly mod_perl book: https://docstore.mik.ua/orelly/weblinux2/modperl/ch06_08.htm -- You are receiving this mail because: You are watching all bug changes.