Show
Ignore:
Timestamp:
07/02/08 13:52:02 (6 months ago)
Author:
tokuhirom
Message:

oops. don't call whole hook at each time

Files:
1 modified

Legend:

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

    r15036 r15040  
    5151            my ( $plugin, $method ) = ( $obj->{plugin}, $obj->{method} ); 
    5252            if ($self->_should_run( plugin => $plugin )) { 
    53                 $self->run_hook('notify' => $self->{results}); 
     53                $plugin->$method($self->{results}); 
    5454            } 
    5555        }