[LON-CAPA-cvs] cvs: newloncapa /types LondConnection.pm

foxr lon-capa-cvs@mail.lon-capa.org
Wed, 16 Apr 2003 12:29:27 -0000


foxr		Wed Apr 16 08:29:27 2003 EDT

  Modified files:              
    /newloncapa/types	LondConnection.pm 
  Log:
  Modify for installation.
  
  
Index: newloncapa/types/LondConnection.pm
diff -u newloncapa/types/LondConnection.pm:1.7 newloncapa/types/LondConnection.pm:1.8
--- newloncapa/types/LondConnection.pm:1.7	Sat Apr 12 23:23:24 2003
+++ newloncapa/types/LondConnection.pm	Wed Apr 16 08:29:27 2003
@@ -2,8 +2,7 @@
 #   This module defines and implements a class that represents
 #   a connection to a lond daemon. 
 package LondConnection;
-use lib "/home/fox/newloncapa/types"; # kludge for now.
-use lib "/home/httpd/lib/perl";	# Kludge too.
+
 use IO::Socket;
 use IO::Socket::INET;
 use IO::Handle;
@@ -12,7 +11,7 @@
 use POSIX;
 use Crypt::IDEA;
 use LONCAPA::Configuration;
-use HashIterator;
+use LONCAPA::HashIterator;
 
 my $DebugLevel=4;