https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35959

--- Comment #39 from Julian Maurice <julian.maur...@biblibre.com> ---
(In reply to Jonathan Druart from comment #38)
> I don't think we should replace use with require "just" to get rid of a
> warning.

It's not the best solution, I agree. But it's the best I could do with a
reasonable amount of time.
And it's not a warning, the module fails the `perl -c` check which is really
bad IMO.

Also, what is so bad about require ? it loads a module only when needed, which
is a good thing I think.
(for instance ...::Extractor::MARC::UNIMARC never needs to be loaded on a
MARC21 instance, yet it is loaded every time through the "Koha::Biblio ->
Koha::Biblio::Extractor -> Koha::Biblio::Extractor::MARC" dependency)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to