Index: trunk/psconfig/pscheckperl
===================================================================
--- trunk/psconfig/pscheckperl	(revision 12142)
+++ trunk/psconfig/pscheckperl	(revision 12508)
@@ -30,5 +30,5 @@
     $file = $list[-1];
 } else {
-    $file = $ARGV[0];
+    $file = "$tagsets/$ARGV[0].perl";
 }
 print "examining perl modules based on $file\n";
@@ -63,7 +63,7 @@
     if ($line =~ m|^\s*\#|) { next; }
 
-    ($N, $module, $tarball, $prompts) = split (" ", $line);
+    ($N, $module, $tarball, $modver, $prompts) = split (" ", $line);
     
-    system ("ckmodule.pl $module");
+    system ("ckmodule.pl $module $modver");
     if ($? == 0) { 
 	# print "$module: found\n";
