From e6978117a743f804ab57247d393324675c4d1988 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 19 Nov 2006 03:47:11 +0000 Subject: 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. --- tests/ftp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ftp.pm') diff --git a/tests/ftp.pm b/tests/ftp.pm index 663744545..175257f04 100644 --- a/tests/ftp.pm +++ b/tests/ftp.pm @@ -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 -- cgit v1.2.3