Changeset 15044 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
07/02/08 14:10:53 (5 months ago)
Author:
tokuhirom
Message:

lang/perl/App-MadEye?: Checking in changes prior to tagging of version 0.05. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 22268)
+++ Changes (local)
@@ -1,5 +1,20 @@

Revision history for Perl extension App::MadEye?


+0.05
+
+ (FEATURE)
+
+ - rule for Plugin::Notify.
+ - added Plugin::Notify::XMPP
+ - added Plugin::Notify::Nakanobu.
+ - added Plugin::Agent::FileSync?.
+ - added Plugin::Agent::SNMP::IPAddress.
+ - Plugin::Agent::SNMP::Disk: you can set retry
+
+ (BUGS)
+
+ - fixed Worker::Simple autoload feature.
+

0.04


(FEATURE)

Location:
lang/perl/App-MadEye/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/Changes

    r8250 r15044  
    11Revision history for Perl extension App::MadEye 
     2 
     30.05 
     4 
     5    (FEATURE) 
     6 
     7    - rule for Plugin::Notify. 
     8    - added Plugin::Notify::XMPP 
     9    - added Plugin::Notify::Nakanobu. 
     10    - added Plugin::Agent::FileSync. 
     11    - added Plugin::Agent::SNMP::IPAddress. 
     12    - Plugin::Agent::SNMP::Disk: you can set retry 
     13 
     14    (BUGS) 
     15 
     16    - fixed Worker::Simple autoload feature. 
    217 
    3180.04 
  • lang/perl/App-MadEye/trunk/MANIFEST

    r8250 r15044  
    2222lib/App/MadEye/Plugin/Agent/DJabberd.pm 
    2323lib/App/MadEye/Plugin/Agent/DNS.pm 
     24lib/App/MadEye/Plugin/Agent/FileSync.pm 
    2425lib/App/MadEye/Plugin/Agent/FTP.pm 
    2526lib/App/MadEye/Plugin/Agent/Gearmand.pm 
     
    3132lib/App/MadEye/Plugin/Agent/POP3S.pm 
    3233lib/App/MadEye/Plugin/Agent/Process.pm 
     34lib/App/MadEye/Plugin/Agent/Sleep.pm 
    3335lib/App/MadEye/Plugin/Agent/SMTP.pm 
    3436lib/App/MadEye/Plugin/Agent/SMTPTLS.pm 
    3537lib/App/MadEye/Plugin/Agent/SNMP/Disk.pm 
     38lib/App/MadEye/Plugin/Agent/SNMP/IPAddress.pm 
    3639lib/App/MadEye/Plugin/Agent/SNMP/Process.pm 
     40lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm 
    3741lib/App/MadEye/Plugin/Base.pm 
    3842lib/App/MadEye/Plugin/Check/Flock.pm 
     
    4246lib/App/MadEye/Plugin/Notify/Email.pm 
    4347lib/App/MadEye/Plugin/Notify/IKC.pm 
     48lib/App/MadEye/Plugin/Notify/Nakanobu.pm 
     49lib/App/MadEye/Plugin/Notify/XMPP.pm 
    4450lib/App/MadEye/Plugin/Worker/Gearman.pm 
    4551lib/App/MadEye/Plugin/Worker/Simple.pm 
     
    5359README 
    5460t/00_compile.t 
     61t/100_bugs/001_autoload_worker_simple.t 
     62t/100_bugs/002_results.t 
    5563madeye.pl 
    56 lib/App/MadEye/Plugin/Agent/SSLExpireDate.pm 
    57 lib/App/MadEye/Plugin/Agent/Sleep.pm 
  • lang/perl/App-MadEye/trunk/MANIFEST.SKIP

    r7497 r15044  
    1616\.svn/ 
    1717^[^/]+\.yaml$ 
    18 ^[^/]+\.pl$ 
    1918^\.shipit$ 
    2019\.sw[po]$ 
  • lang/perl/App-MadEye/trunk/lib/App/MadEye.pm

    r15040 r15044  
    33use warnings; 
    44use 5.00800; 
    5 our $VERSION = '0.04'; 
     5our $VERSION = '0.05'; 
    66use Class::Component; 
    77use Params::Validate;