Show
Ignore:
Timestamp:
08/29/08 09:18:46 (4 months ago)
Author:
tokuhirom
Message:

fixed f*cking documentation bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine.pm

    r18383 r18419  
    132132 
    133133  my $interface = HTTP::Engine::Interface::FastCGI->new( 
    134     handler => ... 
     134    request_handler => ... 
    135135  ); 
    136136  HTTP::Engine->new( 
     
    144144      module => 'FastCGI', 
    145145      args   => { 
    146         handler => ... 
    147146      } 
     147      request_handler => ... 
    148148    } 
    149149  )->run();