Removing "use warnings"

This commit is contained in:
Patrick Donelan 2010-04-08 17:53:55 -04:00
parent 8a9fc6c7ea
commit 0fcc57a09e
4 changed files with 0 additions and 4 deletions

View file

@ -13,7 +13,6 @@ $VERSION = "1.0.0";
#-------------------------------------------------------------------
use strict;
use warnings;
use JSON;
use Tie::IxHash;
use WebGUI::International;