Changeset 143

Show
Ignore:
Timestamp:
02/10/07 21:11:56 (2 years ago)
Author:
miyagawa
Message:
something's wrong
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/plugins/miyagawa/Kwiki-FastCGI/lib/Kwiki/FastCGI.pm

    r141 r143  
    11package Kwiki::FastCGI; 
    2 use Kwiki::Files -Base; 
     2use Kwiki::Plugin -Base; 
     3use mixin 'Kwiki::Installer'; 
    34 
    451; 
    5  
    6 __DATA__ 
    7  
    8 __index.fcgi__ 
    9 #!/usr/bin/perl 
    10 use lib 'lib'; 
    11 use Kwiki::Boot; 
    12 use CGI::Fast; 
    13  
    14 while ( my $cgi = CGI::Fast->new ) { 
    15     Kwiki::Boot->debug->class->new->kwiki->process; 
    16 } 
    17  
    18 __END__ 
    196 
    207=head1 NAME 
     
    4734 
    4835=cut 
     36 
     37__DATA__ 
     38 
     39__index.fcgi__ 
     40#!/usr/bin/perl 
     41use lib 'lib'; 
     42use Kwiki::Boot; 
     43use CGI::Fast; 
     44 
     45while ( my $cgi = CGI::Fast->new ) { 
     46    Kwiki::Boot->debug->class->new->kwiki->process; 
     47}