IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2010, 3:23:07 PM (16 years ago)
Author:
Paul Price
Message:

Merging development branch branches/pap_stack/ (exposure maps and their compression).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psconfig/pscheckperl

    r26406 r27417  
    8787    $Nvalue = ($N, $module, $tarball, $modver, $buildopts, $prompts) = split (" ", $line);
    8888    if ($Nvalue < 6) {
    89         print "Error in perl module config line $line\n";
    90         exit 1;
     89        print "Error in perl module config line $line\n";
     90        exit 1;
    9191    }
    9292    # print "N: $N, module: $module, tarball: $tarball, modver: $modver, buildopts: $buildopts, prompts: $prompts\n";
     
    127127    if ($prompts eq "NONE") { $prompts = ""; }
    128128
    129     if (-e "Build.PL" and $module ne "Params::Validate") {
     129    if (-e "Build.PL" and $module ne "Params::Validate" 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.