Index: trunk/psconfig/pscheckperl
===================================================================
--- trunk/psconfig/pscheckperl	(revision 34087)
+++ trunk/psconfig/pscheckperl	(revision 40507)
@@ -114,5 +114,5 @@
     system ("pscheckmods $module $modver");
     if (($? == 0) and not defined $force{$module} and not defined $force{'all'}) {
-        # print "$module: found\n";
+        print "$module: found\n";
         next;
     }
@@ -132,5 +132,5 @@
     chdir "../extperl" or die "Unable to find ../extperl directory.";
 
-    print "extract $module from $tarball\n";
+    print "--- extract $module from $tarball ---\n";
     vsystem ("tar xvzf $tarball");
 
