Changeset 8355
- Timestamp:
- 03/25/08 10:19:30 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Agent/Base.pm
r8013 r8355 3 3 use warnings; 4 4 use base qw/App::MadEye::Plugin::Base/; 5 use Gearman::Client;6 use English;7 5 8 6 sub import { … … 15 13 *{"$pkg\::run_jobs"} = sub :Hook('run_jobs') { 16 14 my ($self, $context, $args) = @_; 15 16 $context->log( info => "run " . ref $self ); 17 17 18 my $target = $self->config->{config}->{target}; 18 19 $target = [$target] unless ref $target eq 'ARRAY';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)