Changeset 8355

Show
Ignore:
Timestamp:
03/25/08 10:19:30 (5 years ago)
Author:
tokuhirom
Message:

remove not used modules(reported by nekokak++)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Agent/Base.pm

    r8013 r8355  
    33use warnings; 
    44use base qw/App::MadEye::Plugin::Base/; 
    5 use Gearman::Client; 
    6 use English; 
    75 
    86sub import { 
     
    1513    *{"$pkg\::run_jobs"} = sub :Hook('run_jobs') { 
    1614        my ($self, $context, $args) = @_; 
     15 
     16        $context->log( info => "run " . ref $self ); 
     17 
    1718        my $target = $self->config->{config}->{target}; 
    1819           $target = [$target] unless ref $target eq 'ARRAY';