From 68e13b2c78af4a25cbf2eb1e635fb57b8d5cf5ff Mon Sep 17 00:00:00 2001 From: tonnesen Date: Tue, 2 Jul 2002 20:49:44 +0000 Subject: [PATCH] Removed use warnings; which breaks perl 5.005 --- C4/Accounts2.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Accounts2.pm b/C4/Accounts2.pm index 4bbd9dcb6f..0bc0cff40c 100755 --- a/C4/Accounts2.pm +++ b/C4/Accounts2.pm @@ -1,7 +1,6 @@ package C4::Accounts2; #assumes C4/Accounts2 use strict; -use warnings; require Exporter; use DBI; use C4::Database; -- 2.39.5