/[webpac2]/Webpacus/script/webpacus_server.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/script/webpacus_server.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 226 by dpavlin, Mon Dec 5 19:15:06 2005 UTC revision 227 by dpavlin, Mon Dec 5 23:15:38 2005 UTC
# Line 2  Line 2 
2    
3  BEGIN {  BEGIN {
4      $ENV{CATALYST_ENGINE} ||= 'HTTP';      $ENV{CATALYST_ENGINE} ||= 'HTTP';
5      $ENV{CATALYST_SCRIPT_GEN} = 21;      $ENV{CATALYST_SCRIPT_GEN} = 23;
6  }    }  
7    
8  use strict;  use strict;
# Line 44  if ( $debug ) { Line 44  if ( $debug ) {
44      $ENV{CATALYST_DEBUG} = 1;      $ENV{CATALYST_DEBUG} = 1;
45  }  }
46    
47  use Webpacus;  # This is require instead of use so that the above environment
48    # variables can be set at runtime.
49    require Webpacus;
50    
51  Webpacus->run( $port, $host, {  Webpacus->run( $port, $host, {
52      argv          => \@argv,      argv          => \@argv,

Legend:
Removed from v.226  
changed lines
  Added in v.227

  ViewVC Help
Powered by ViewVC 1.1.26