Bug 6679 : Not using strict .. bad script, no cookie for you!
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 2 Nov 2011 03:19:36 +0000 (16:19 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Sun, 6 Nov 2011 17:13:33 +0000 (18:13 +0100)
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
cataloguing/value_builder/dateaccessioned.pl

index 3a9a3da..af1a285 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl
 
-# $Id: usmarc_field_952v.pl,v 1.1.2.2 2006/09/20 02:59:53 kados Exp $
-
 # Copyright 2000-2002 Katipo Communications
 #
 # This file is part of Koha.
@@ -19,7 +17,7 @@
 # with Koha; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#use strict;
+use strict;
 #use warnings; FIXME - Bug 2505
 
 =head1