Index: branches/tap_branches/psconfig/pscheckmods
===================================================================
--- branches/tap_branches/psconfig/pscheckmods	(revision 25900)
+++ branches/tap_branches/psconfig/pscheckmods	(revision 27838)
@@ -3,6 +3,9 @@
 if (@ARGV != 2) { die "USAGE: pscheckmods (module) (version)\n"; }
 
+# print STDERR "checking in @INC\n";
+
 $x = eval "require $ARGV[0]; 1";
 if (! $x) { 
+    # print "$ARGV[0]: missing\n";
     exit 1;
 }
