IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2018, 5:42:11 PM (8 years ago)
Author:
eugene
Message:

add new perl modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r34087 r40507  
    114114    system ("pscheckmods $module $modver");
    115115    if (($? == 0) and not defined $force{$module} and not defined $force{'all'}) {
    116         # print "$module: found\n";
     116        print "$module: found\n";
    117117        next;
    118118    }
     
    132132    chdir "../extperl" or die "Unable to find ../extperl directory.";
    133133
    134     print "extract $module from $tarball\n";
     134    print "--- extract $module from $tarball ---\n";
    135135    vsystem ("tar xvzf $tarball");
    136136
Note: See TracChangeset for help on using the changeset viewer.