Bug 13871: [TITLE_AMENDED] Additional changes
authorMason James <mtj@kohaaloha.com>
Mon, 23 Mar 2015 01:30:26 +0000 (14:30 +1300)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 8 Apr 2016 07:54:52 +0000 (09:54 +0200)
commitc45c6a3e6bef27410790dc50953c5aefd423a49f
tree4f4ee9dfa5d873f53bedb623910ff0c41c14fb0b
parenta14515ee0d768b0fe5e0cdb1569daa82adc4f714
Bug 13871: [TITLE_AMENDED] Additional changes

The original perltidy patch from Mason has been amended.

The perltidy itself has been moved to a separate patch with the current
perltidyrc applied.

As noted on Bugzilla, the original perltidy patch included some extra
changes:
[1] You prefix timestamp with Sip
    This is not actually needed (it is imported), but if we should prefix it,
    we should prefix now with C4::SIP::Sip. But you only changed two
    occurrences (out of 26). So I remove these two changes.
[2] You remove the $server parameter from two calls of maybe_add:
    A closer look at the remaining code tells me that $server is always
    passed to maybe_add for FID_SCREEN_MSG. So this only left me the
    current whitespace change.
But at least we documented what we did or did not, and why..

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit 42e731857d53134f91ecf0099ae6b7c13393166c)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/SIP/Sip/MsgType.pm