Changeset 8047

Show
Ignore:
Timestamp:
03/17/08 22:12:24 (5 years ago)
Author:
tokuhirom
Message:

added docs and schema.

Files:
1 modified

Legend:

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

    r7545 r8047  
    3131 
    32321; 
     33__END__ 
    3334 
     35=head1 NAME 
     36 
     37App::MadEye::Plugin::Agent::SMTPTLS - check smtptls. 
     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: no 
     50            type: int 
     51        timeout: 
     52            required: no 
     53            type: int 
     54 
     55=head1 AUTHOR 
     56 
     57Tokuhiro Matsuno 
     58 
     59=head1 SEE ALSO 
     60 
     61L<App::MadEye>, L<Net::SMTP::TLS> 
     62