[LON-CAPA-cvs] cvs: nsdl /lib/perl/Apache/LONCAPA FromTheGateway.pm
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 06 May 2002 20:16:56 -0000
harris41 Mon May 6 16:16:56 2002 EDT
Modified files:
/nsdl/lib/perl/Apache/LONCAPA FromTheGateway.pm
Log:
minor documentation fix
Index: nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm
diff -u nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm:1.1 nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm:1.2
--- nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm:1.1 Mon May 6 15:05:22 2002
+++ nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm Mon May 6 16:16:56 2002
@@ -12,7 +12,7 @@
# =================
#
# This module contains functionality for
-# transferring information from NSDL to the Gateway Server.
+# transferring information to LON-CAPA from the Gateway Server.
#
# In terms of the overall data flow, the
# '=====>' below indicates the role of this
@@ -39,7 +39,7 @@
use strict; # enforce handling of variables, references and subroutines
# ============================================================ MODULE VARIABLES
-my $VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
# ================================================================= SUBROUTINES