Bug 8761 Dont inadvertantly use slices
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 11 Sep 2012 17:49:35 +0000 (18:49 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 13 Sep 2012 15:56:38 +0000 (17:56 +0200)
commit223bf0099fcb837fb6bc1c719517e175c43f6ffc
tree3397e013579d266e7b32b0b4d846008f4bf64b4f
parent4e5ea71a543d9428efd0f59bad0d185f5ca8a220
Bug 8761 Dont inadvertantly use slices

Assignment to a single element slice is better written
as a scalar - This generates a compile time warning as it
can lead to odd behaviour see perldiag for details
This corrects some cases which were added in a recent
commit

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Circulation.pm