WebGUI::Text no longer spits out a billion warnings

This commit is contained in:
Doug Bell 2006-11-03 21:43:44 +00:00
parent 8b20bebc32
commit 507658aed1
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -16,7 +16,7 @@ package WebGUI::Text;
use strict;
use warnings;
#use warnings;
use base 'Exporter';