Changeset 14629 for lang/perl/App-MadEye
- Timestamp:
- 06/26/08 11:51:51 (5 months ago)
- Location:
- lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin
- Files:
-
- 7 modified
-
Check/Flock.pm (modified) (2 diffs)
-
Check/Network.pm (modified) (1 diff)
-
Check/User.pm (modified) (1 diff)
-
Notify/Debug.pm (modified) (1 diff)
-
Notify/Email.pm (modified) (1 diff)
-
Notify/IKC.pm (modified) (1 diff)
-
Worker/Gearman.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Check/Flock.pm
r14627 r14629 6 6 use Fcntl ":flock"; 7 7 8 sub check : Hook ('check'){8 sub check : Hook { 9 9 my ($self, $context, $args) = @_; 10 10 … … 14 14 } 15 15 16 sub release_lock : Hook('after_run_jobs'){16 sub after_run_jobs : Hook { 17 17 my ($self, $context, $args) = @_; 18 18 -
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Check/Network.pm
r8247 r14629 5 5 use LWP::UserAgent; 6 6 7 sub check : Hook ('check'){7 sub check : Hook { 8 8 my ($self, $context, $args) = @_; 9 9 -
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Check/User.pm
r8247 r14629 5 5 use POSIX qw(getuid getpwuid); 6 6 7 sub check :Hook ('check'){7 sub check :Hook { 8 8 my ($self, $context, $args) = @_; 9 9 -
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Notify/Debug.pm
r7531 r14629 5 5 use Data::Dumper; 6 6 7 sub notify :Hook ('notify'){7 sub notify :Hook { 8 8 my ($self, $context, $args) = @_; 9 9 -
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Notify/Email.pm
r8069 r14629 7 7 use DateTime; 8 8 9 sub notify : Hook ('notify'){9 sub notify : Hook { 10 10 my ($self, $context, $args) = @_; 11 11 -
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Notify/IKC.pm
r8031 r14629 6 6 use POE::Component::IKC::ClientLite; 7 7 8 sub notify :Hook ('notify'){8 sub notify :Hook { 9 9 my ($self, $context, $args) = @_; 10 10 -
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Worker/Gearman.pm
r8022 r14629 30 30 } 31 31 32 sub run_workers : Hook('before_run_jobs'){32 sub before_run_jobs : Hook { 33 33 my ($self, $context) = @_; 34 34 … … 94 94 } 95 95 96 sub after_run_jobs : Hook ('after_run_jobs'){96 sub after_run_jobs : Hook { 97 97 my ($self, $context, $args) = @_; 98 98
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)