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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 25 Nov 2021 08:48:45 +0000 (09:48 +0100)
commitfb2e8e3450963aa3bdfee4fa1ddd9837e4224732
tree80cc4fc522806616a6b25cb8b5746c5563812527
parentaf0ec1e715a31fa16df0cb13e38de1cbdb03a1c1
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>
C4/SIP/Sip/Configuration.pm