[LON-CAPA-cvs] cvs: nsdl /lib/perl/Apache/NSDL FromTheGateway.pm

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 06 May 2002 03:59:08 -0000


harris41		Sun May  5 23:59:08 2002 EDT

  Modified files:              
    /nsdl/lib/perl/Apache/NSDL	FromTheGateway.pm 
  Log:
  fixing description of a subroutine
  
  
Index: nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm
diff -u nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm:1.2 nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm:1.3
--- nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm:1.2	Sun May  5 23:56:35 2002
+++ nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm	Sun May  5 23:59:08 2002
@@ -39,7 +39,7 @@
 use strict; # enforce handling of variables, references and subroutines
 
 # ============================================================ MODULE VARIABLES
-my $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
 
 # ================================================================= SUBROUTINES
 
@@ -198,11 +198,11 @@
 
 Identifier for LON-CAPA resource.
 
-=item B<Output> - Scalar string, Scalar string
+=item B<Output> - Scalar string, Scalar string reference.
 
 An exit code is returned as a scalar string.
 
-A list of records returned via an array reference.
+Pointer to information about accessing LON-CAPA resource.
 
 =item B<Description>