IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34029


Ignore:
Timestamp:
Jun 18, 2012, 9:01:02 AM (14 years ago)
Author:
eugene
Message:

cleanup error messages

File:
1 edited

Legend:

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

    r34026 r34029  
    1111if ($VERBOSE) { print STDERR "checking in @INC\n"; }
    1212
    13 ## XXX EAM $realfilename = "ISO8601.pm";
    14 ## XXX EAM $result = do $realfilename;
    15 ## XXX EAM print "result: $result\n";
    16 ## XXX EAM print "$@\n";
    17 ## XXX EAM exit 2;
    18 
    19 &detailed_require ($ARGV[0]);
     13# &detailed_require ($ARGV[0]);
    2014
    2115$x = eval "require $ARGV[0]; 1";
     
    2519    &detailed_require ($ARGV[0]);
    2620}
    27 if ($VERBOSE) { print "x: $x\n"; }
     21if ($VERBOSE) { print "result of require: $x\n"; }
    2822
    2923$version = eval "\$$ARGV[0]::VERSION";
     
    4438    if (exists $INC{$filename}) {
    4539        return 1 if $INC{$filename};
    46         die "Compilation failed in require";
    4740    }
    4841    my ($realfilename,$result);
Note: See TracChangeset for help on using the changeset viewer.