Changeset 8048 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/17/08 22:32:18 (8 months 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/Process.pm

    r7546 r8048  
    2222   
    23231; 
     24__END__ 
    2425 
     26=head1 NAME 
     27 
     28App::MadEye::Plugin::Agent::Process - monitoring process 
     29 
     30=head1 SCHEMA 
     31 
     32    type: map 
     33    mapping: 
     34        target: 
     35            type: seq 
     36            required: yes 
     37            sequence: 
     38                - type: str 
     39        pattern: 
     40            required: yes 
     41            type: str 
     42 
     43=head1 AUTHORS 
     44 
     45Tokuhiro Matsuno 
     46 
     47=head1 SEE ALSO 
     48 
     49L<pgrep>, L<App::MadEye> 
     50