Document that File::Find doesn't follow symlinks
[p5sagit/p5-mst-13.2.git] / lib / ftp.pl
index 9528360..fd78162 100644 (file)
@@ -88,8 +88,9 @@
 # Initial revision
 #
 
-require 'chat2.pl';
-eval "require 'socket.ph'" || eval "require 'sys/socket.ph'" || die "socket.ph missing: $!\n";
+require 'chat2.pl';    # into main
+eval "require 'socket.ph'" || eval "require 'sys/socket.ph'"
+       || die "socket.ph missing: $!\n";
 
 
 package ftp;