12 Jun
2013
12 Jun
'13
5:26 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9312 --- Comment #19 from Galen Charlton <gmcharlt@gmail.com> --- Comment on attachment 18895 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18895 Bug 9312: strict perl for picture-upload.pl Review of attachment 18895: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9312&attachment=18895) ----------------------------------------------------------------- ::: tools/picture-upload.pl @@ +19,5 @@
# #
+use strict; +use warnings;
'use Modern::Perl' is preferred for this nowadays. -- You are receiving this mail because: You are watching all bug changes.