From 507658aed1751f14f3add129dfcc81a69816d906 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 3 Nov 2006 21:43:44 +0000 Subject: [PATCH] WebGUI::Text no longer spits out a billion warnings --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Text.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c29fc4ca9..c623cab89 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -33,6 +33,7 @@ - Made many minor changes recommended by Perl::Critic. - Made many minor code efficiency changes. - fix: Two cookies and incorrect Last-Modified date in HTTP header + - WebGUI::Text no longer spits out a billion warnings 7.1.3 - fix: SQLReport now returns error if can't find DatabaseLink diff --git a/lib/WebGUI/Text.pm b/lib/WebGUI/Text.pm index 7b7f1efa3..a3fddabcd 100644 --- a/lib/WebGUI/Text.pm +++ b/lib/WebGUI/Text.pm @@ -16,7 +16,7 @@ package WebGUI::Text; use strict; -use warnings; +#use warnings; use base 'Exporter';