Changeset 8025 for lang/perl/App-MadEye

Show
Ignore:
Timestamp:
03/17/08 13:29:00 (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/Rule/Retry.pm

    r7564 r8025  
    2222 
    23231; 
     24 
    2425# HTTPD とかは頻繁に再起動するので、一回ぐらい落ちてても無視してほしい。 
    2526 
     27__END__ 
     28 
     29=head1 NAME 
     30 
     31App::MadEye::Rule::Retry - please retry... 
     32 
     33=head1 SCHEMA 
     34 
     35    type: map 
     36    mapping: 
     37        expire_time: 
     38            type: int 
     39            required: yes 
     40        cache_root: 
     41            type: str 
     42            required: yes 
     43 
     44=head1 SEE ALSO 
     45 
     46L<App::MadEye>, L<Cache::FileCache> 
     47 
     48