Index: /branches/eam_branches/ipp-20120601/psconfig/pscheckmods
===================================================================
--- /branches/eam_branches/ipp-20120601/psconfig/pscheckmods	(revision 34025)
+++ /branches/eam_branches/ipp-20120601/psconfig/pscheckmods	(revision 34026)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
 
-$DEBUG = 1;
+$DEBUG = 0;
 $VERBOSE = 0;
 if (@ARGV > 2 && $ARGV[0] eq "-v") {
Index: /branches/eam_branches/ipp-20120601/psconfig/pscheckperl
===================================================================
--- /branches/eam_branches/ipp-20120601/psconfig/pscheckperl	(revision 34025)
+++ /branches/eam_branches/ipp-20120601/psconfig/pscheckperl	(revision 34026)
@@ -127,5 +127,5 @@
     if ($prompts eq "NONE") { $prompts = ""; }
 
-    if (-e "Build.PL" and $module ne "Params::Validate" and $module ne "DateTime::TimeZone") {
+    if (-e "Build.PL" and $module ne "DateTime::TimeZone") {
         # vsystem("perl Build.PL --install_path lib=$perldir ");
         vsystem("perl Build.PL --install_base $prefix $buildopts");
