Index: trunk/psconfig/pschecklibs
===================================================================
--- trunk/psconfig/pschecklibs	(revision 26272)
+++ trunk/psconfig/pschecklibs	(revision 26273)
@@ -75,4 +75,12 @@
 if ("$version" eq "") {
     $version = "default";
+}
+
+# generate new psconfig.csh if needed
+if (! -e "psconfig.csh" || ! -e "psconfig.bash") {
+    $psconfdir = $ENV{'PSCONFDIR'};
+    if ($psconfdir eq "") { die "PSCONFDIR not found, run psbuild -bootstrap and follow instructions\n"; }
+    vsystem ("cat psconfig.csh.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.csh");
+    vsystem ("cat psconfig.bash.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.bash");
 }
 
Index: trunk/psconfig/pscheckmods
===================================================================
--- trunk/psconfig/pscheckmods	(revision 26272)
+++ trunk/psconfig/pscheckmods	(revision 26273)
@@ -2,4 +2,6 @@
 
 if (@ARGV != 2) { die "USAGE: pscheckmods (module) (version)\n"; }
+
+# print STDERR "checking in @INC\n";
 
 $x = eval "require $ARGV[0]; 1";
Index: trunk/psconfig/pscheckperl
===================================================================
--- trunk/psconfig/pscheckperl	(revision 26272)
+++ trunk/psconfig/pscheckperl	(revision 26273)
@@ -53,4 +53,11 @@
 }
 
+# generate new psconfig.csh if needed
+if (! -e "psconfig.csh" || ! -e "psconfig.bash") {
+    $psconfdir = $ENV{'PSCONFDIR'};
+    if ($psconfdir eq "") { die "PSCONFDIR not found, run psbuild -bootstrap and follow instructions\n"; }
+    vsystem ("cat psconfig.csh.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.csh");
+    vsystem ("cat psconfig.bash.in | sed 's|\@PSCONFDIR@|$psconfdir|' > psconfig.bash");
+}
 
 $prefix  = `csh -f psconfig.csh --prefix $version`; chomp $prefix;
Index: trunk/psconfig/tagsets/ipp-2.9.perl
===================================================================
--- trunk/psconfig/tagsets/ipp-2.9.perl	(revision 26272)
+++ trunk/psconfig/tagsets/ipp-2.9.perl	(revision 26273)
@@ -8,4 +8,5 @@
   00    Module::Build                  Module-Build-0.2806.tar.gz               0.2806	       NONE      NONE # special comment here
   01    ExtUtils::MakeMaker            ExtUtils-MakeMaker-6.54.tar.gz           0	       NONE      NONE 
+  02a   Attribute::Handlers            Attribute-Handlers-0.87.tar.gz           0.79	       NONE      NONE 
   02    Params::Validate               Params-Validate-0.92.tar.gz              0.92	       NONE      NONE 
 # 02    Apache::Test                   Apache-Test-1.29.tar.gz                  1.29	       NONE      NONE 
