Changeset 8046 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/17/08 22:05:33 (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/SMTP.pm

    r7550 r8046  
    2222 
    23231; 
     24__END__ 
     25 
     26=head1 NAME 
     27 
     28App::MadEye::Plugin::Agent::SMTP - check smtp. 
     29 
     30=head1 SCHEMA 
     31 
     32    type: map 
     33    mapping: 
     34        target: 
     35            type: seq 
     36            required: yes 
     37            sequence: 
     38                - type: str 
     39        timeout: 
     40            required: yes 
     41            type: int 
     42 
     43=head1 AUTHOR 
     44 
     45Tokuhiro Matsuno 
     46 
     47=head1 SEE ALSO 
     48 
     49L<App::MadEye>, L<Net::SMTP> 
     50