IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26406


Ignore:
Timestamp:
Dec 15, 2009, 2:16:23 AM (16 years ago)
Author:
Paul Price
Message:

Using Build.PL doesn't seem to work for Params::Validate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r26273 r26406  
    127127    if ($prompts eq "NONE") { $prompts = ""; }
    128128
    129     if (-e "Build.PL") {
     129    if (-e "Build.PL" and $module ne "Params::Validate") {
    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.