Bug 9312: strict perl for picture-upload.pl
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Fri, 21 Dec 2012 13:31:52 +0000 (14:31 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 7 Nov 2014 14:30:17 +0000 (11:30 -0300)
commit696c9feee25bf6ce15d850dc80dd0da034288471
tree66a33707057cbc893854841b6d385023c5313020
parent1fc8916e2e944af608970ea418ac3fe9db92f0aa
Bug 9312: strict perl for picture-upload.pl

Testing - this is a code-cleanup patch, so the purpose
of testing is to ensure that patron image upload functionality
still works.  To test:

- Turn on the patronimages system preference
- Go to Tools | Upload patron images and import a suitable image
  for a test patron.
- Bring up the test patron and verify that the image is attached.
- From the patron details page, upload a replacement image.
- Create a patron image ZIP file containing at least two images (
  per the documentation of the patron image feature) and load it
  via the patron image import tool.
- Verfiy that the test patrons now have images.
- Verify that tools/picture-upload.pl didn't report any errors
  in the Apache error log.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
tools/picture-upload.pl