bug 7641 follow-up: activate use strict (see coding guidelines)
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 29 Mar 2012 13:10:16 +0000 (15:10 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 29 Mar 2012 13:10:16 +0000 (15:10 +0200)
misc/cronjobs/holds/auto_unsuspend_holds.pl

index 268910b..375c5e7 100755 (executable)
@@ -17,8 +17,8 @@
 # with Koha; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#use strict;
-#use warnings; FIXME - Bug 2505
+use strict;
+use warnings;
 
 BEGIN {
     # find Koha's Perl modules