http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7904 Priority: P5 - low Change sponsored?: --- Bug ID: 7904 Assignee: colin.campbell@ptfs-europe.com Summary: SIP modules handling of @INC is confused QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: colin.campbell@ptfs-europe.com Hardware: All Status: NEW Version: master Component: SIP2 Product: Koha The modules which constitute the SIPserver use the same PERL5LIB as the rest of the system but they themselves use a non koha namespace which has to be passed to server (equivalent to setting PERL5LIB to $PERL5LIB/C4/SIP ). It should be more consistent which would make it easier to write tests for the modules and lessen need to write around this in startup scripts making startup and configuration less arcane. -- You are receiving this mail because: You are watching all bug changes.