Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 684e84d8

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID 684e84d8b410627473b2187c031f0d9143ea1a60
  • Vorgänger 1163cee7
  • Nachfolger ff296f5f

Rekursive Einbindung von Modulen verhindern.

Unterschiede anzeigen:

SL/Auth/DB.pm
2 2

  
3 3
use DBI;
4 4

  
5
use SL::Auth;
5
#use SL::Auth;
6 6
use SL::DBUtils;
7 7

  
8 8
sub new {
SL/Auth/LDAP.pm
2 2

  
3 3
use English '-no_match_vars';
4 4

  
5
use SL::Auth;
5
#use SL::Auth;
6 6

  
7 7
sub new {
8 8
  $main::lxdebug->enter_sub();
SL/User.pm
39 39
use IO::File;
40 40
use Fcntl qw(:seek);
41 41

  
42
use SL::Auth;
42
#use SL::Auth;
43 43
use SL::DBUpgrade2;
44 44
use SL::DBUtils;
45 45
use SL::Iconv;

Auch abrufbar als: Unified diff