From a75e3dc3c53f487d012b4e47629c6c33a805e7fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch>
Date: Sun, 8 Nov 2015 23:26:25 +0100
Subject: [PATCH] Bug 14870: (followup) Remove mention of C4::Dates from
C4/Debug.pm
C4::Dates is mentioned as example in C4/Debug.pm. This patch removes it.
---
C4/Debug.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/C4/Debug.pm b/C4/Debug.pm
index 0a75e2d..6ab2fb4 100644
--- a/C4/Debug.pm
+++ b/C4/Debug.pm
@@ -127,7 +127,6 @@ command with ERROR_LOG enabled for your VirtualHost. Not intended for productio
=item You can force the value from perl directly, like:
use C4::Debug;
- use C4::Dates;
BEGIN { $C4::Debug::debug = 1; }
# now any other dependencies that also use C4::Debug will have debugging ON.
--
1.7.10.4