Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0ea2ddad

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID 0ea2ddad65a7079dbc914a01f07f49b5cd44ec14
  • Vorgänger 63a90446
  • Nachfolger 2e9d34aa

Wo use Form steht muss auch der @INC overload drin sein.

Unterschiede anzeigen:

SL/Dispatcher.pm
use strict;
BEGIN {
unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
push @INC, "SL"; # FCGI won't find modules that are not properly named. Help it by inclduging SL
}
use CGI qw( -no_xhtml);
use English qw(-no_match_vars);
use SL::Auth;

Auch abrufbar als: Unified diff