https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #134914|0 |1 is obsolete| | --- Comment #6 from David Nind <[email protected]> --- Created attachment 134918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134918&action=edit 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 <[email protected]> Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
