Changeset 20057
- Timestamp:
- Oct 10, 2008, 3:24:21 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r20056 r20057 27 27 - change neb-admin to properly cleanup it's semaphore file 28 28 - retry system call failures 29 - change Nebulous::Server->new() to not setup the db handle on object 30 construction, modify Nebulous::Server->db() to be considtent with this 31 change 29 - change Nebulous::Server->new() to call ->db() instead of setting up the 30 DBH itself; cleanup Nebulous::Server->db() 32 31 33 32 0.15 Thu Sep 11 13:00:59 HST 2008 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r20056 r20057 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.9 0 2008-10-11 01:16:50jhoblitt Exp $3 # $Id: Server.pm,v 1.91 2008-10-11 01:24:21 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 50 50 $self->config($config); 51 51 52 # ask for the db handle as a means of validating the database parameters 53 $self->db; 54 52 55 $log->debug( "leaving" ); 53 56
Note:
See TracChangeset
for help on using the changeset viewer.
