--- loncom/build/system_dependencies/perltest.pl 2002/11/04 01:57:53 1.9 +++ loncom/build/system_dependencies/perltest.pl 2003/02/03 18:03:52 1.10 @@ -2,7 +2,7 @@ # perltest.pl - script to test the status of perl modules on a LON-CAPA system # -# $Id: perltest.pl,v 1.9 2002/11/04 01:57:53 harris41 Exp $ +# $Id: perltest.pl,v 1.10 2003/02/03 18:03:52 harris41 Exp $ # ### @@ -16,10 +16,6 @@ B - Test status of perl mod # Written to help LON-CAPA (The LearningOnline Network with CAPA) # -# YEAR=2001 -# 9/30 Scott Harrison -# YEAR 2002 and onwards -# Scott Harrison, sharrison@users.sourceforge.net =pod @@ -142,8 +138,6 @@ Ratings: 1=horrible 2=poor 3=fair 4=good =head1 AUTHOR -Scott Harrison, sharrison@users.sourceforge.net, 2001, 2002 - This software is distributed under the General Public License, version 2, June 1991 (which is the same terms as LON-CAPA). @@ -164,7 +158,7 @@ Foundation, Inc., 59 Temple Place, Suite =cut # =================================== Process version information of this file. -my $VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/); +my $VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/); # ========================== Determine the mode that this script should run in. my $mode;