Comment out the use of the "warnings" module now that ftp.pm seems to

be clear of warnings. Uncomment it if this module is further modified.

The "warnings" module requires perl 5.006 or later. Previous perl
versions don't have it and die on missing modules.
This commit is contained in:
Yang Tse 2006-11-19 03:47:11 +00:00
Родитель 5dcb055077
Коммит e6978117a7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@
###########################################################################
use strict;
use warnings;
#use warnings; # requires perl 5.006 or later
my $DEFAULT_TIMEOUT_START = 90; # default allowed time for a process to startup