--- loncom/build/system_dependencies/perltest.pl 2001/09/30 20:57:58 1.1 +++ loncom/build/system_dependencies/perltest.pl 2001/09/30 21:04:49 1.2 @@ -264,4 +264,8 @@ foreach my $dep (keys %dependencies) { } } +unless ($errorflag) { + print "All perl modules needed by LON-CAPA appear to be present.\n"; +} + exit $errorflag;