]> git.koha-community.org Git - koha.git/commit
Bug 19997: use Modern::Perl in Circulation perl scripts
authorCharlotte Cordwell <charlotte.cordwell123@gmail.com>
Thu, 18 Jan 2018 01:57:32 +0000 (01:57 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:45:48 +0000 (09:45 -0300)
commitf9b93e07fd3259d2c8c795ee220d27a8a1251cd4
treed49a53d98aef96dfcdcb30169164c03ffa767f02
parentf477c078d86fab112c1ecf26e68dc869bf0fef54
Bug 19997: use Modern::Perl in Circulation perl scripts

Test Case:
Check the following files have been updated from
use strict;
use warnings;
to
use Modern::Perl;

bookcount.pl
branchoverdues.pl
branchtransfers.pl
circulation.pl
hold-transfer-slip.pl
reserveratios.pl
returns.pl
selectbranchprinter.pl
transfer-slip.pl
transferstoreceive.pl
view_holdsqueue.pl
waitingreserves.pl
ypattrodue-attr-search-authvalue.pl

Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
13 files changed:
circ/bookcount.pl
circ/branchoverdues.pl
circ/branchtransfers.pl
circ/circulation.pl
circ/hold-transfer-slip.pl
circ/reserveratios.pl
circ/returns.pl
circ/selectbranchprinter.pl
circ/transfer-slip.pl
circ/transferstoreceive.pl
circ/view_holdsqueue.pl
circ/waitingreserves.pl
circ/ypattrodue-attr-search-authvalue.pl