Bug 25548: Remove Apache rewrite directives that trigger redirects
[koha.git] / C4 / SIP / README
blob5f07e3d8adb5d176ac68ca3b67402e7c0c2505e8
1 README for Open NSIP 3M-SIP Server
3 DEPENDENCIES
5 SIPServer is written entirely in Perl, but it require these CPAN
6 perl modules to run:
8      Net::Server - The SIP server is a Net::Server::Prefork server
9      XML::LibXML
10      XML::Parser
11      XML::Simple - for parsing the config file
12      UNIVERSAL::require - for loading the correct ILS interface module
13      Clone - for running the test cases
15 LOGGING
17 SIPServer uses Koha::Logger for status and debugging messages.