[Koha-bugs] [Bug 9312] strict perl for picture-upload.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 12 17:26:55 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9312

--- Comment #19 from Galen Charlton <gmcharlt at 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.


More information about the Koha-bugs mailing list