]> granicus.if.org Git - curl/commitdiff
Comment out the use of the "warnings" module now that ftp.pm seems to
authorYang Tse <yangsita@gmail.com>
Sun, 19 Nov 2006 03:47:11 +0000 (03:47 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 19 Nov 2006 03:47:11 +0000 (03:47 +0000)
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

index 66374454555aed2adbff7fe48ab2d4bbbc3bb4ef..175257f047d1bb105af7c03a7663c16c2d8796a7 100644 (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