[Koha-bugs] [Bug 34471] New: Do we need any from List::Util or List::MoreUtils?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 3 15:58:27 CEST 2023


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

            Bug ID: 34471
           Summary: Do we need any from List::Util or List::MoreUtils?
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

We use both in the codebase. The latter is widely used.

git grep -P "List::Util.*any"
Koha/Exporter/Record.pm:use List::Util qw( all any );
Koha/SearchEngine/Elasticsearch/Indexer.pm:use List::Util qw( any );
Koha/Template/Plugin/Categories.pm:use List::Util qw( any );
opac/opac-password-recovery.pl:use List::Util qw( any );
reports/cash_register_stats.pl:use List::Util qw( any );
t/db_dependent/Koha/SearchEngine/Elasticsearch.t:use List::Util qw( any );

git grep -l -P "List::MoreUtils.*any" | wc -l
59

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list