]> git.koha-community.org Git - koha.git/commit
Bug 30731: Silence noisy CPAN modules in C4::Installer::PerlModules
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 11 May 2022 14:26:06 +0000 (14:26 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 10 Jun 2022 15:18:33 +0000 (15:18 +0000)
commit847c25500322c74e1ee4c7612419be92f7f467e9
treec733a7b55cd2299dcc42feb40dc98ea2a7af07cf
parent39e250a6f3d3e1bdf0fa1c00359a4823b77b5083
Bug 30731: Silence noisy CPAN modules in C4::Installer::PerlModules

Main change is replacing 'no warnings' by local $SIG{__WARN__}.

The modules are sorted now too. This will make results of requiring
them one after the other a more predictable experience and improves
the output of koha_perl_deps.

Test plan:
Run about. Check plack intranet log.
Run koha_perl_deps.pl -a

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit da1115336bfab44eb9eebaae214c355fa19fc36d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Installer/PerlModules.pm