IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2012, 6:50:03 AM (14 years ago)
Author:
eugene
Message:

turn DEBUG off in pscheckmods; no longer need a special option for Params::Validate in pscheckperl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psconfig/pscheckperl

    r28191 r34026  
    127127    if ($prompts eq "NONE") { $prompts = ""; }
    128128
    129     if (-e "Build.PL" and $module ne "Params::Validate" and $module ne "DateTime::TimeZone") {
     129    if (-e "Build.PL" and $module ne "DateTime::TimeZone") {
    130130        # vsystem("perl Build.PL --install_path lib=$perldir ");
    131131        vsystem("perl Build.PL --install_base $prefix $buildopts");
Note: See TracChangeset for help on using the changeset viewer.