From 4e51d9b8fbd75a11a82addd406e7739c43ff61d7 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 1 Jan 2009 12:39:33 -0500 Subject: [PATCH] Enable use warnings;, clean up complainy functions, fix a few tab/space formatting issues. Refactoring KOHAVERSION to be less crufty, enabling use warnings, change formatting slightly in places. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- C4/Context.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Context.pm b/C4/Context.pm index 2f2bc96c17..71a6b16740 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -16,6 +16,7 @@ package C4::Context; # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA +use warnings; use strict; use warnings; use vars qw($VERSION $AUTOLOAD $context @context_stack); -- 2.39.5