[LON-CAPA-cvs] cvs: loncom /configuration Configuration.pm

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 16 May 2002 00:00:16 -0000


harris41		Wed May 15 20:00:16 2002 EDT

  Modified files:              
    /loncom/configuration	Configuration.pm 
  Log:
  fixing line lengths
  
  
Index: loncom/configuration/Configuration.pm
diff -u loncom/configuration/Configuration.pm:1.3 loncom/configuration/Configuration.pm:1.4
--- loncom/configuration/Configuration.pm:1.3	Fri May  3 22:58:37 2002
+++ loncom/configuration/Configuration.pm	Wed May 15 20:00:16 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Configuration file reader
 #
-# $Id: Configuration.pm,v 1.3 2002/05/04 02:58:37 harris41 Exp $
+# $Id: Configuration.pm,v 1.4 2002/05/16 00:00:16 harris41 Exp $
 #
 #
 # Copyright Michigan State University Board of Trustees
@@ -33,7 +33,7 @@
 
 package LONCAPA::Configuration;
 
-$VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/);
 
 use strict;
 
@@ -82,10 +82,11 @@
 
 =head1 DESCRIPTION
 
-Many different parts of the LON-CAPA software need to read in the machine-specific
-configuration information.  These included scripts controlling the TCP/IP layer
-(e.g. F<lonc> and F<lond>), testing scripts (e.g. test_weblayer.pl and sqltest.pl),
-and utility scripts (e.g. clusterstatus.pl and metadata_keywords.pl).
+Many different parts of the LON-CAPA software need to read in the
+machine-specific configuration information.  These included scripts
+controlling the TCP/IP layer (e.g. F<lonc> and F<lond>), testing scripts
+(e.g. test_weblayer.pl and sqltest.pl), and utility scripts
+(e.g. clusterstatus.pl and metadata_keywords.pl).
 
 The following methods are available:
 
@@ -104,7 +105,7 @@
 in the arguments.
 
 If multiple file names define the same hash key, then priority is
-given toward the last file name processed.
+given toward the B<last> file name processed.
 
 =back