From 8e03386e39db6a4dff40852c0823d27fc78bb68d Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 1 Feb 2007 22:59:43 +0000 Subject: [PATCH] fix: Event leaving mess in Apache logs --- lib/WebGUI/Asset/Event.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index a95c9c4e8..7bd821033 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -13,7 +13,6 @@ $VERSION = "0.0.0"; #################################################################### use strict; -use warnings; use Tie::IxHash; use Storable qw(nfreeze thaw);