From e8ea58270dc08aac8c1eaccc59e17d96daf56860 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 2 Nov 2011 16:19:36 +1300 Subject: [PATCH] Bug 6679 : Not using strict .. bad script, no cookie for you! Signed-off-by: Paul Poulain --- cataloguing/value_builder/dateaccessioned.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cataloguing/value_builder/dateaccessioned.pl b/cataloguing/value_builder/dateaccessioned.pl index 3a9a3dae89..af1a285f82 100755 --- a/cataloguing/value_builder/dateaccessioned.pl +++ b/cataloguing/value_builder/dateaccessioned.pl @@ -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 -- 2.39.2