Changeset 15036 for lang/perl/App-MadEye/trunk/lib/App/MadEye.pm
- Timestamp:
- 07/02/08 13:04:54 (6 months ago)
- Files:
-
- 1 modified
-
lang/perl/App-MadEye/trunk/lib/App/MadEye.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye.pm
r14994 r15036 31 31 unless (defined $self->class_component_methods->{'run_job'}) { 32 32 $self->log(debug => 'use Worker::Simple'); 33 $self->load_plugins(qw/Worker::Simple/ => {}); 33 $self->load_plugins( 34 { 35 module => 'Worker::Simple', 36 config => { config => { task_timeout => 10 } } 37 } 38 ); 34 39 } 35 40
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)