Changeset 15113 for lang/perl/App-MadEye
- Timestamp:
- 07/03/08 19:42:47 (5 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
r15044 r15113 51 51 my ( $plugin, $method ) = ( $obj->{plugin}, $obj->{method} ); 52 52 if ($self->_should_run( plugin => $plugin )) { 53 $plugin->$method($self ->{results});53 $plugin->$method($self, $self->{results}); 54 54 } 55 55 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)