]> git.koha-community.org Git - koha.git/commit
Bug 29564: Use List::MoreUtils so SIP U16/Xenial does not break
authorMason James <mtj@kohaaloha.com>
Wed, 24 Nov 2021 01:57:51 +0000 (14:57 +1300)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 30 Nov 2021 16:01:20 +0000 (11:01 -0500)
commit91d5fd8449c0b13071acd5c256774bed08f511ec
tree239f2f15c8cdfd64fdaaf8f86fa9d94295ba9262
parentd3bceb0628b18b4db791cb34a3bbdaea9d8a0204
Bug 29564: Use List::MoreUtils so SIP U16/Xenial does not break

 - run prove t/00-load.t, see error
 - apply patch

    00:07:08.189 koha_1       | #   Failed test 'use C4::SIP::Sip::Configuration;'
    00:07:08.189 koha_1       | #   at t/00-load.t line 46.
    00:07:08.189 koha_1       | #     Tried to use 'C4::SIP::Sip::Configuration'.
    00:07:08.189 koha_1       | #     Error:  "uniq" is not exported by the List::Util module

 - run prove t/00-load.t, see tests pass :0)

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

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

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/SIP/Sip/Configuration.pm