@@ -, +, @@ 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) --- C4/SIP/Sip/Configuration.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/SIP/Sip/Configuration.pm +++ a/C4/SIP/Sip/Configuration.pm @@ -9,7 +9,7 @@ package C4::SIP::Sip::Configuration; use strict; use warnings; use XML::Simple qw(:strict); -use List::Util qw(uniq); +use List::MoreUtils qw(uniq); use C4::SIP::Sip qw(siplog); use Koha::Libraries; --