WebGUI::Text no longer spits out a billion warnings
This commit is contained in:
parent
8b20bebc32
commit
507658aed1
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ package WebGUI::Text;
|
|||
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
#use warnings;
|
||||
|
||||
use base 'Exporter';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue