IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 4:39:21 PM (19 years ago)
Author:
eugene
Message:

adding test for perl module version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r12142 r12508  
    3030    $file = $list[-1];
    3131} else {
    32     $file = $ARGV[0];
     32    $file = "$tagsets/$ARGV[0].perl";
    3333}
    3434print "examining perl modules based on $file\n";
     
    6363    if ($line =~ m|^\s*\#|) { next; }
    6464
    65     ($N, $module, $tarball, $prompts) = split (" ", $line);
     65    ($N, $module, $tarball, $modver, $prompts) = split (" ", $line);
    6666   
    67     system ("ckmodule.pl $module");
     67    system ("ckmodule.pl $module $modver");
    6868    if ($? == 0) {
    6969        # print "$module: found\n";
Note: See TracChangeset for help on using the changeset viewer.