--- loncom/build/system_dependencies/postscripttest.pl 2002/08/15 16:12:28 1.1 +++ loncom/build/system_dependencies/postscripttest.pl 2003/02/03 18:03:52 1.2 @@ -2,7 +2,7 @@ # postscripttest.pl - script to test for necessary postscript tools on system # -# $Id: postscripttest.pl,v 1.1 2002/08/15 16:12:28 harris41 Exp $ +# $Id: postscripttest.pl,v 1.2 2003/02/03 18:03:52 harris41 Exp $ # ### @@ -17,7 +17,6 @@ B - Test for necessar # Written to help LON-CAPA (The LearningOnline Network with CAPA) # # YEAR=2002 -# Scott Harrison =pod @@ -37,8 +36,6 @@ the manual in a pdf format. =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). @@ -59,7 +56,7 @@ Foundation, Inc., 59 Temple Place, Suite =cut # =================================== Process version information of this file. -my $VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/); +my $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/); print('Running postscripttest.pl, version '.$VERSION.'.'."\n"); print('(Test for needed utilities like ps2pdf.)'."\n");