Bug 11468: Remove given/when from Koha::Dateutils
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 2 Jan 2014 14:42:16 +0000 (14:42 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 13 Aug 2014 14:39:38 +0000 (10:39 -0400)
commitfa69b2d074a2134a51f7b9b69ced9c1ac84846a0
treedc3cdbd52a8feb04ce70ab28123847114863d736
parenta5d366ab598ef85fefb292880a53ce89bdc10a75
Bug 11468: Remove given/when from Koha::Dateutils

given and when give warnings due to their experimental
status as of perl 5.18. Replace the construct with
an if/elsif to avoid the keywords

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script, especially t/DateUtils.t.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit b529ca00e0cac093fc32a1d123cdbcc84582c155)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 01e627b6412bbb3d2fc82900014c118dc5b06a57)
Koha/DateUtils.pm