8   unshift(@INC, $FindBin::Bin . '/modules/override'); # Use our own versions of various modules (e.g. YAML).
 
   9   push   (@INC, $FindBin::Bin);                       # '.' will be removed from @INC soon.
 
  10   push   (@INC, $FindBin::Bin . '/modules/fallback'); # Only use our own versions of modules if there's no system version.
 
  15 our $dispatcher = SL::Dispatcher->new('CGI');
 
  16 $dispatcher->pre_startup;
 
  17 $dispatcher->handle_request;