Changeset 8022 for lang/perl/App-MadEye
- Timestamp:
- 03/17/08 13:04:15 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Worker/Gearman.pm
r8012 r8022 35 35 my @child_pids = $self->_run_workers($context); 36 36 $self->child_pids(\@child_pids); 37 38 $SIG{__DIE__} = sub { 39 $self->kill_workers(); 40 }; 37 41 } 38 42 … … 97 101 98 102 $context->log(debug => 'kill children!'); 99 $self->kill_workers( $context);103 $self->kill_workers(); 100 104 101 105 # DESTROYYYYYYYYY
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)