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

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 06 May 2002 19:51:21 -0000


harris41		Mon May  6 15:51:21 2002 EDT

  Modified files:              
    /nsdl/lib/perl/Apache/NSDL	ToTheGateway.pm FromTheGateway.pm 
  Log:
  BUG 409; perl syntax OK;
  (Fix)
  
  
Index: nsdl/lib/perl/Apache/NSDL/ToTheGateway.pm
diff -u nsdl/lib/perl/Apache/NSDL/ToTheGateway.pm:1.1 nsdl/lib/perl/Apache/NSDL/ToTheGateway.pm:1.2
--- nsdl/lib/perl/Apache/NSDL/ToTheGateway.pm:1.1	Sun May  5 16:52:58 2002
+++ nsdl/lib/perl/Apache/NSDL/ToTheGateway.pm	Mon May  6 15:51:21 2002
@@ -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
 
@@ -167,6 +167,10 @@
 The request comes from the Gateway Server, B<and the information
 passes from NSDL I<to the> GATEWAY>.
 
+=item B<Status of Implementation>
+
+n/a
+
 =back
 
 =item B<Apache::NSDL::answer_search_request>
@@ -191,6 +195,10 @@
 The request comes from the Gateway Server, B<and the information
 passes from NSDL I<to the> GATEWAY>.
 
+=item B<Status of Implementation>
+
+n/a
+
 =back
 
 =item B<Apache::NSDL::answer_metadata_record_request>
@@ -214,6 +222,10 @@
 The request comes from the Gateway Server, B<and the information
 passes from NSDL I<to the> GATEWAY>.
 
+=item B<Status of Implementation>
+
+n/a
+
 =back
 
 =item B<Apache::NSDL::answer_resource_request>
@@ -237,6 +249,10 @@
 This provides the content of the resource matching a given request.
 The request comes from the Gateway Server, B<and the information
 passes from NSDL I<to the> GATEWAY>.
+
+=item B<Status of Implementation>
+
+n/a
 
 =back
 
Index: nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm
diff -u nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm:1.4 nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm:1.5
--- nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm:1.4	Mon May  6 00:17:27 2002
+++ nsdl/lib/perl/Apache/NSDL/FromTheGateway.pm	Mon May  6 15:51:21 2002
@@ -39,7 +39,7 @@
 use strict; # enforce handling of variables, references and subroutines
 
 # ============================================================ MODULE VARIABLES
-my $VERSION = sprintf("%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 1.5 $ =~ /(\d+)\.(\d+)/);
 
 # ================================================================= SUBROUTINES
 
@@ -167,6 +167,10 @@
 B<This relates to information that has passed
 to NSDL I<from the> GATEWAY>.
 
+=item B<Status of Implementation>
+
+n/a
+
 =back
 
 =item B<Apache::NSDL::view_LONCAPAgateway_metadata_record>
@@ -188,6 +192,10 @@
 This provides the content of the resource matching a given request.
 B<The information has passed to NSDL I<from the> GATEWAY>.
 
+=item B<Status of Implementation>
+
+n/a
+
 =back
 
 =item B<Apache::NSDL::access_LONCAPAgateway_resource>
@@ -209,6 +217,10 @@
 This accepts access to a LON-CAPA resource.
 B<The information has passed to NSDL I<from the> GATEWAY>.
 
+=item B<Status of Implementation>
+
+n/a
+
 =back
 
 =item B<Apache::NSDL::search_against_LONCAPAgateway>
@@ -232,6 +244,10 @@
 request to the NSDL-LONCAPA Gateway Server.
 This launches the search request and receives a pointer as to
 where the results will be.
+
+=item B<Status of Implementation>
+
+n/a
 
 =back