Changeset 8051 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/17/08 23:06:15 (9 months ago)
Author:
tokuhirom
Message:

added schema and docs.

Files:
1 modified

Legend:

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

    r7537 r8051  
    3131 
    32321; 
     33__END__ 
    3334 
     35=head1 NAME 
     36 
     37App::MadEye::Plugin::Agent::POP3S - monitoring pop3s server. 
     38 
     39=head1 SCHEMA 
     40 
     41    type: map 
     42    mapping: 
     43        target: 
     44            type: seq 
     45            required: yes 
     46            sequence: 
     47                - type: str 
     48        port: 
     49            required: yes 
     50            type: int 
     51        timeout: 
     52            required: no 
     53            type: int 
     54 
     55=head1 AUTHORS 
     56 
     57Tokuhiro Matsuno 
     58 
     59=head1 SEE ALSO 
     60 
     61L<IO::Socket::SSL>, L<App::MadEye>