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
parent 5dcb055077
commit e6978117a7
1 changed files with 1 additions and 1 deletions

View File

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