Remove the warnings pragma

This commit is contained in:
Colin Kuskie 2009-01-02 22:32:54 +00:00
parent a894bf906a
commit da39f70f49
6 changed files with 0 additions and 8 deletions

View file

@ -15,7 +15,6 @@ package WebGUI::Storage;
=cut
use strict;
use warnings;
use Archive::Tar;
use Carp qw( croak );
use Cwd ();