https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39106
--- Comment #10 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 178116 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178116&action=edit Bug 39106: Use LWP::UserAgent and add error checking This patch replaces the (newly introduced use of) REST::Client library with (the already existing in the dependencies) LWP::UserAgent. Bonus 1: validation on the response status is added to print a proper error message and die if bugzilla is not available Bonus 2: License added to the file Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
