Index: trunk/psconfig/pscheckperl
===================================================================
--- trunk/psconfig/pscheckperl	(revision 26406)
+++ trunk/psconfig/pscheckperl	(revision 27417)
@@ -87,6 +87,6 @@
     $Nvalue = ($N, $module, $tarball, $modver, $buildopts, $prompts) = split (" ", $line);
     if ($Nvalue < 6) {
-	print "Error in perl module config line $line\n";
-	exit 1;
+        print "Error in perl module config line $line\n";
+        exit 1;
     }
     # print "N: $N, module: $module, tarball: $tarball, modver: $modver, buildopts: $buildopts, prompts: $prompts\n";
@@ -127,5 +127,5 @@
     if ($prompts eq "NONE") { $prompts = ""; }
 
-    if (-e "Build.PL" and $module ne "Params::Validate") {
+    if (-e "Build.PL" and $module ne "Params::Validate" and $module ne "DateTime::TimeZone") {
         # vsystem("perl Build.PL --install_path lib=$perldir ");
         vsystem("perl Build.PL --install_base $prefix $buildopts");
