Changeset 24315
- Timestamp:
- Jun 3, 2009, 12:45:06 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r24314 r24315 47 47 sub new_from_config 48 48 { 49 my ($class, $config) = @_; 49 my $class = shift; 50 51 my ($config) = @_; 50 52 51 53 # log4perl is not avaliable until we call init()
Note:
See TracChangeset
for help on using the changeset viewer.
