--- nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm 2002/05/06 19:05:22 1.1 +++ nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm 2002/05/06 20:16:56 1.2 @@ -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 @@ package Apache::LONCAPA::FromTheGateway; 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