Bug 5586: Set SIP line-endings to proper SPEC-compliant \r
authorJoe Atzberger <ohiocore@gmail.com>
Thu, 6 Jan 2011 16:06:09 +0000 (11:06 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 6 Jan 2011 21:05:11 +0000 (10:05 +1300)
commit3480ae1cacb23fee70257762c83bc3e241548f69
tree1d8e848e242218801160252aec47db9ba07c99b3
parent926ab8c54486a3cd5491d119dd0024ef94980d5b
Bug 5586: Set SIP line-endings to proper SPEC-compliant \r

Line-endings have been a longstanding problem because
of variations in implementations.  But we should still try
to default to the correct thing.

This harmonizes part of Koha's SIP code with the current
SIPServer version, used in common with Evergreen.  Repo at:
    https://github.com/atz/SIPServer

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/SIP/Sip.pm