Changeset 1162 for trunk/wiki.cgi

Show
Ignore:
Timestamp:
05/26/08 15:14:15 (6 months ago)
Author:
dom
Message:

Install signal handlers in reindex.pl and CGI scripts to allow
temporary files (eg from Plucene) to be cleaned up. (fixes #247)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wiki.cgi

    r1142 r1162  
    33use strict; 
    44use warnings; 
     5use sigtrap die => 'normal-signals';                                             
    56 
    67use vars qw( $VERSION );