Changeset 10627 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- Dec 11, 2006, 2:02:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r10575 r10627 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.2 1 2006-12-08 20:57:36jhoblitt Exp $3 # $Id: Server.pm,v 1.22 2006-12-12 00:02:53 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 29 29 30 30 # log4perl is not avaliable until we call init() 31 Nebulous::Server::Log->init; 32 31 Nebulous::Server::Log->init($config); 33 32 my $log = Log::Log4perl::get_logger( "Nebulous::Server" ); 33 34 34 my $sql = Nebulous::Server::SQL->new; 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
