--- loncom/build/system_dependencies/perltest.pl 2002/08/14 16:52:41 1.6 +++ loncom/build/system_dependencies/perltest.pl 2002/08/14 16:54:35 1.7 @@ -2,7 +2,7 @@ # perltest.pl - script to test the status of perl modules on a LON-CAPA system # -# $Id: perltest.pl,v 1.6 2002/08/14 16:52:41 harris41 Exp $ +# $Id: perltest.pl,v 1.7 2002/08/14 16:54:35 harris41 Exp $ # ### @@ -32,7 +32,7 @@ This script is invoked by test-related t F. This script is also used as a CGI script and is installed -at the file location of F. +at the file location of F. MODE, when left blank, the output defaults to 'statusreport' mode. Except however, if $ENV{'QUERY_STRING'} exists, in which case @@ -164,7 +164,7 @@ Foundation, Inc., 59 Temple Place, Suite =cut # =================================== Process version information of this file. -my $VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/); +my $VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/); # ========================== Determine the mode that this script should run in. my $mode;